mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
* feat(network-creation): macvlan driver for swarm * refactor(network-creation): layout rework to make it simpler with MACVLAN and keep it consistent with other drivers * fix(network-creation): MACVLAN - parent network card is now properly saved, names are not prefixed anymore and the --attachable option is now supported * refactor(network-creation): PR macvlan review - rework of macvlan view + code optimisation * fix(network-creation): disable attachable and internal options on macvlan config creation
This commit is contained in:
parent
8769fadd5c
commit
bda5eac0c1
10 changed files with 559 additions and 154 deletions
|
@ -626,6 +626,12 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
||||
position: relative;
|
||||
}
|
||||
.boxselector_wrapper label.boxselector_disabled {
|
||||
background: #CACACA;
|
||||
border-color: #787878;
|
||||
color: #787878;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.boxselector_wrapper input[type="radio"]:checked + label {
|
||||
background: #337ab7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue