improve redfish collection progress and robust hardware dedup/serial parsing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user