Clean GPU names in dashboard and remove stale servers from DB
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 9s

This commit is contained in:
j
2026-03-08 13:29:37 +13:00
parent 5052d4604f
commit 95c20df073
3 changed files with 42 additions and 1 deletions

View File

@@ -144,6 +144,15 @@ main {
.server-os {
font-size: 0.75rem;
color: #64748b;
margin-bottom: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.server-hw {
font-size: 0.7rem;
color: #475569;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;