web/admin: don't show disabled http basic as red
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -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
	
	Block a user
	 Jens Langhammer
					Jens Langhammer