Fix dashboard UI: correct pending color (blue) and use host_status_summary metric

This commit is contained in:
2025-10-21 19:32:37 +02:00
parent 7ead8ee98a
commit f4b5bb814d
5 changed files with 54 additions and 17 deletions

View File

@@ -156,7 +156,7 @@ impl ServicesWidget {
let status_color = match info.widget_status {
Status::Ok => Theme::success(),
Status::Pending => Theme::info(),
Status::Pending => Theme::highlight(),
Status::Warning => Theme::warning(),
Status::Critical => Theme::error(),
Status::Unknown => Theme::muted_text(),