mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(containers) - clean non-persistent volumes when removing a container (#824)
This commit is contained in:
parent
5a07638f4d
commit
3d8eec2557
5 changed files with 103 additions and 40 deletions
|
@ -371,11 +371,23 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
float: none !important;
|
||||
}
|
||||
|
||||
.bootbox-form .bootbox-input-checkbox {
|
||||
display: none
|
||||
}
|
||||
|
||||
.bootbox-form label {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.switch input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.switch i {
|
||||
.bootbox-form .checkbox i {
|
||||
margin-left: 21px;
|
||||
}
|
||||
|
||||
.switch i, .bootbox-form .checkbox i {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
|
@ -386,7 +398,7 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
box-shadow: inset 0 0 1px 1px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
.switch i:before {
|
||||
.switch i:before, .bootbox-form .checkbox i:before {
|
||||
display: block;
|
||||
content: '';
|
||||
width: 24px;
|
||||
|
@ -396,7 +408,7 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
.switch :checked + i {
|
||||
.switch :checked + i, .bootbox-form .checkbox :checked ~ i {
|
||||
padding-right: 0;
|
||||
padding-left: 24px;
|
||||
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue