diff --git a/app/static/index.html b/app/static/index.html index 9c5c52a..f64c56a 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -516,6 +516,33 @@ .section-hidden { display: none !important; } + + /* Accordion Styles */ + .expand-button { + background: none; + border: none; + color: var(--pf-global--Color--100); + cursor: pointer; + padding: 8px; + border-radius: 4px; + transition: all 0.2s ease; + } + + .expand-button:hover { + background-color: rgba(255, 255, 255, 0.1); + } + + .workload-details-row { + background-color: #1A1A1A; + } + + .workload-details-container { + padding: 0; + } + + .workload-row:hover { + background-color: rgba(255, 255, 255, 0.02); + }
@@ -910,6 +937,7 @@| Workload | Namespace | Pods | @@ -920,8 +948,13 @@||
|---|---|---|---|---|
| + + | ${workload.name} | @@ -931,12 +964,22 @@${workload.memory_usage || 'N/A'} | ${workload.last_updated ? new Date(workload.last_updated).toLocaleString() : 'N/A'} | - |
Failed to load workload details
+CPU usage data not available
+Memory usage data not available
+CPU usage data will be displayed here
-Memory usage data will be displayed here
-