web/elements: fix search select inconsistency (#4989)
* web/elements: fix search-select inconsistency Signed-off-by: Jens Langhammer <jens@goauthentik.io> * web/common: fix config having to be json converted everywhere Signed-off-by: Jens Langhammer <jens@goauthentik.io> * web/elements: refactor form without iron-form Signed-off-by: Jens Langhammer <jens@goauthentik.io> * web/admin: fix misc Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -61,6 +61,9 @@ export class LDAPSyncStatusChart extends AKChart<SyncStatus[]> { | ||||
|                             metrics.healthy += 1; | ||||
|                         } | ||||
|                     }); | ||||
|                     if (health.length < 1) { | ||||
|                         metrics.unsynced += 1; | ||||
|                     } | ||||
|                 } catch { | ||||
|                     metrics.unsynced += 1; | ||||
|                 } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L