Show nested VM containers and hide duplicate entries in summary
This commit is contained in:
@@ -545,6 +545,20 @@ main {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.ct-summary-item.nested {
|
||||
padding-left: 14px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.vm-containers {
|
||||
margin-top: 6px;
|
||||
padding-top: 4px;
|
||||
border-top: 1px dashed #334155;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
/* --- Container / VM Sub-cards --- */
|
||||
|
||||
.container-grid {
|
||||
|
||||
Reference in New Issue
Block a user