1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(ui): kubernetes-namespace-list EE-3481 (#7276)

* feat(ui): namespace list view ui changes EE-3481
This commit is contained in:
Ali 2022-07-20 15:52:00 +12:00 committed by GitHub
parent 43bbeed141
commit 314fdc850e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 151 additions and 99 deletions

View file

@ -318,6 +318,10 @@ input:checked + .slider:before {
background-color: var(--ui-error-8);
}
.table .label .label-warn {
background-color: var(--ui-warning-8);
}
.table .label .label-success {
background-color: var(--ui-success-7);
}