diff --git a/web/src/admin/outposts/OutpostListPage.ts b/web/src/admin/outposts/OutpostListPage.ts index 1df8225db..ea09016c5 100644 --- a/web/src/admin/outposts/OutpostListPage.ts +++ b/web/src/admin/outposts/OutpostListPage.ts @@ -5,6 +5,7 @@ import "@goauthentik/admin/outposts/OutpostHealth"; import "@goauthentik/admin/outposts/OutpostHealthSimple"; import { DEFAULT_CONFIG } from "@goauthentik/common/api/config"; import { uiConfig } from "@goauthentik/common/ui/config"; +import { PFColor } from "@goauthentik/elements/Label"; import { PFSize } from "@goauthentik/elements/Spinner"; import "@goauthentik/elements/buttons/SpinnerButton"; import "@goauthentik/elements/forms/DeleteBulkForm"; @@ -83,12 +84,12 @@ export class OutpostListPage extends TablePage { return [ html`
${item.name}
${item.config.authentik_host === "" - ? html` - ${t`Warning: authentik Domain is not configured, authentication will not work.`}` - : html` - ${t`Logging in via ${item.config.authentik_host}.`} `}`, + ? html` + ${t`Warning: authentik Domain is not configured, authentication will not work.`} + ` + : html` + ${t`Logging in via ${item.config.authentik_host}.`} + `}`, html`${TypeToLabel(item.type)}`, html`