web/admin: don't show disabled http basic as red

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-01 17:07:00 +01:00
parent e7144649d5
commit 9a8f62f42e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ export class ProxyProviderViewPage extends LitElement {
<ak-label <ak-label
color=${this.provider.basicAuthEnabled color=${this.provider.basicAuthEnabled
? PFColor.Green ? PFColor.Green
: PFColor.Red} : PFColor.Grey}
> >
${this.provider.basicAuthEnabled ? t`Yes` : t`No`} ${this.provider.basicAuthEnabled ? t`Yes` : t`No`}
</ak-label> </ak-label>