feat(system): manage compute contour network profile
This commit is contained in:
@@ -16,19 +16,22 @@
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.compute-contour-settings__install {
|
||||
.compute-contour-settings__install,
|
||||
.compute-contour-settings__network {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.compute-contour-settings__install dl {
|
||||
.compute-contour-settings__install dl,
|
||||
.compute-contour-settings__network dl {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 0.65rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.compute-contour-settings__install dl > div {
|
||||
.compute-contour-settings__install dl > div,
|
||||
.compute-contour-settings__network dl > div {
|
||||
display: grid;
|
||||
gap: 0.22rem;
|
||||
min-width: 0;
|
||||
@@ -37,12 +40,14 @@
|
||||
background: var(--station-panel-soft);
|
||||
}
|
||||
|
||||
.compute-contour-settings__install dt {
|
||||
.compute-contour-settings__install dt,
|
||||
.compute-contour-settings__network dt {
|
||||
color: var(--nodedc-text-muted);
|
||||
font-size: 0.58rem;
|
||||
}
|
||||
|
||||
.compute-contour-settings__install dd {
|
||||
.compute-contour-settings__install dd,
|
||||
.compute-contour-settings__network dd {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
color: var(--nodedc-text-primary);
|
||||
@@ -64,6 +69,7 @@
|
||||
}
|
||||
|
||||
.compute-contour-settings__install p,
|
||||
.compute-contour-settings__network p,
|
||||
.compute-contour-settings__empty {
|
||||
margin: 0;
|
||||
color: var(--nodedc-text-muted);
|
||||
@@ -71,6 +77,14 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.compute-contour-settings__network-statuses,
|
||||
.compute-contour-settings__network-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.system-workspace__lead,
|
||||
.system-section-heading {
|
||||
display: flex;
|
||||
@@ -626,7 +640,8 @@
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.compute-contour-settings__form,
|
||||
.compute-contour-settings__install dl {
|
||||
.compute-contour-settings__install dl,
|
||||
.compute-contour-settings__network dl {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user