Add admin container restart controls
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 16:40:52 +02:00
parent ea52f223cd
commit 10ad368214
4 changed files with 232 additions and 5 deletions

View File

@@ -446,6 +446,12 @@ main {
outline: none;
}
.ghost-button:disabled {
color: var(--dim);
cursor: not-allowed;
opacity: 0.48;
}
.admin-shell {
display: grid;
gap: 14px;
@@ -555,6 +561,14 @@ main {
text-align: right;
}
.container-line span {
flex: 1;
}
.container-line .ghost-button {
flex: 0 0 auto;
}
.ops-line.is-warning span {
color: #fde68a;
}