Add Docker container discovery with stats, image display, and CPU usage bars
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 4s
Build-Publish / build (linux/arm64) (push) Successful in 12s
Build-Publish / create-manifest (push) Successful in 2s
Build-Publish / publish-template (push) Successful in 15s

This commit is contained in:
j
2026-03-08 14:06:23 +13:00
parent d675d282b6
commit 4637e60ec4
4 changed files with 56 additions and 3 deletions

View File

@@ -386,6 +386,15 @@ main {
font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}
.ct-image {
font-size: 0.7rem;
color: #475569;
margin-bottom: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ct-status-label {
color: #64748b;
font-style: italic;