web/admin: don't show disabled http basic as red
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e7144649d5
commit
9a8f62f42e
|
@ -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>
|
||||||
|
|
Reference in New Issue