Remove legacy notification code and fix all warnings

This commit is contained in:
2025-10-21 19:48:55 +02:00
parent f4b5bb814d
commit 338c4457a5
3 changed files with 36 additions and 249 deletions

View File

@@ -367,10 +367,8 @@ impl TuiApp {
let mut has_warning = false;
let mut has_pending = false;
let mut ok_count = 0;
let mut total_count = 0;
for metric in &metrics {
total_count += 1;
match metric.status {
Status::Critical => has_critical = true,
Status::Warning => has_warning = true,