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:
parent
43bbeed141
commit
314fdc850e
3 changed files with 151 additions and 99 deletions
4
app/assets/css/bootstrap-override.css
vendored
4
app/assets/css/bootstrap-override.css
vendored
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue