improve redfish collection progress and robust hardware dedup/serial parsing

This commit is contained in:
2026-02-28 16:07:42 +03:00
parent 8dbbec3610
commit 9a30705c9a
9 changed files with 871 additions and 60 deletions

View File

@@ -242,6 +242,28 @@ main {
font-size: 0.9rem;
}
.job-progress {
height: 22px;
border-radius: 999px;
border: 1px solid #cbd5e1;
background: #e2e8f0;
overflow: hidden;
margin-bottom: 0.8rem;
}
.job-progress-bar {
height: 100%;
min-width: 2.5rem;
background: linear-gradient(90deg, #2563eb, #0ea5e9);
color: #fff;
font-size: 0.78rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
transition: width 0.25s ease;
}
.meta-label {
color: #64748b;
font-weight: 600;