web/admin: show ldap sync status on overview page

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-05 20:36:31 +02:00
parent f0ef2eea4f
commit d48badbca3
6 changed files with 129 additions and 20 deletions

View File

@ -21,6 +21,9 @@ export class AggregateCard extends LitElement {
.pf-c-card.pf-c-card-aggregate {
height: 100%;
}
.pf-c-card__header {
flex-wrap: nowrap;
}
.center-value {
font-size: var(--pf-global--icon--FontSize--lg);
text-align: center;