Compare commits
No commits in common. "168a8f25f512dd555927835221e35c58da546c27" and "9653c33931b5c60fb2dbb069d00f3c8566781b86" have entirely different histories.
168a8f25f5
...
9653c33931
@ -17,21 +17,12 @@
|
|||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Recessed dark panel holding the overview cards, under the header divider —
|
|
||||||
same recipe as the fleet Overview's .ov-tab-body and the per-app
|
|
||||||
.tasks-container, so the admin board reads like the other tabbed areas. */
|
|
||||||
.admin-card-grid-wrap {
|
|
||||||
margin-top: 16px;
|
|
||||||
padding: 16px;
|
|
||||||
background: rgba(var(--bg-rgb), 0.2);
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Overview cards */
|
/* Overview cards */
|
||||||
.admin-card-grid {
|
.admin-card-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-card {
|
.admin-card {
|
||||||
|
|||||||
@ -243,13 +243,11 @@ class OverviewPage {
|
|||||||
<p>System health and admin status at a glance. Manage anything from the cards below.</p>
|
<p>System health and admin status at a glance. Manage anything from the cards below.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="admin-card-grid-wrap">
|
<div class="admin-card-grid">
|
||||||
<div class="admin-card-grid">
|
${updCard}
|
||||||
${updCard}
|
${backupCard}
|
||||||
${backupCard}
|
${sshCard}
|
||||||
${sshCard}
|
${sysCard}
|
||||||
${sysCard}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -204,17 +204,10 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Recessed dark panel holding the task list — same recipe as the fleet
|
|
||||||
Overview's .ov-tab-body / the per-app .tasks-container, so the list reads
|
|
||||||
as a contained box under the status-bar strip rather than floating on the
|
|
||||||
page gradient. */
|
|
||||||
.tasks-list {
|
.tasks-list {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin: 16px;
|
|
||||||
background: rgba(var(--bg-rgb), 0.2);
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide scrollbar when not needed, show only when scrolling */
|
/* Hide scrollbar when not needed, show only when scrolling */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user