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>
# Conflicts:
#	web/src/admin/AdminInterface/AboutModal.ts
This commit is contained in:
Jens L
2025-01-03 01:02:13 +01:00
committed by Jens Langhammer
parent 09b3a1d0bd
commit 96b5bee912
6 changed files with 8 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import { DualSelectPair } from "@goauthentik/elements/ak-dual-select/types";
import { OAuthSource, SourcesApi } from "@goauthentik/api";
const sourceToSelect = (source: OAuthSource) => [
source.pk,
source.slug,
`${source.name} (${source.slug})`,
source.name,
source,