web: fix source selection and outpost integration health (#12530)
* fix source selector Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix service connection health not updating fully Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix logo alt not translated Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -8,6 +8,7 @@ import { DefaultBrand } from "@goauthentik/elements/sidebar/SidebarBrand"; | ||||
| import { themeImage } from "@goauthentik/elements/utils/images"; | ||||
| import "rapidoc"; | ||||
|  | ||||
| import { msg } from "@lit/localize"; | ||||
| import { CSSResult, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property, state } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
| @ -102,7 +103,7 @@ export class APIBrowser extends Interface { | ||||
|                 > | ||||
|                     <div slot="nav-logo"> | ||||
|                         <img | ||||
|                             alt="authentik Logo" | ||||
|                             alt="${msg("authentik Logo")}" | ||||
|                             class="logo" | ||||
|                             src="${themeImage( | ||||
|                                 first(this.brand?.brandingLogo, DefaultBrand.brandingLogo), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L.
					Jens L.