Add admin container restart controls
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user