mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
feature(kubeconfig): access to all kube environment contexts from within the Portainer UI [EE-1727] (#5966)
This commit is contained in:
parent
c0a4727114
commit
6be1ff4d9c
22 changed files with 404 additions and 434 deletions
|
@ -440,10 +440,25 @@ a[ng-click] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.bootbox-form .visible {
|
||||
position: initial !important;
|
||||
display: initial !important;
|
||||
margin-left: 10px !important;
|
||||
margin-top: -2px !important;
|
||||
}
|
||||
|
||||
.bootbox-form label {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.bootbox-checkbox-list {
|
||||
max-height: 200px;
|
||||
overflow-y: scroll;
|
||||
background-color: var(--white-color);
|
||||
border: 1px solid var(--grey-48);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.small-select {
|
||||
display: inline-block;
|
||||
padding: 0px 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue