From 8cf8d3755696b20f4c002047cd06ed77a4594d31 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 18 Oct 2025 20:43:25 +0200 Subject: [PATCH] Add srv02 to predefined host list --- dashboard/src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/app.rs b/dashboard/src/app.rs index 8c6ca85..a7cb073 100644 --- a/dashboard/src/app.rs +++ b/dashboard/src/app.rs @@ -66,6 +66,7 @@ impl Dashboard { "simonbox".to_string(), "steambox".to_string(), "srv01".to_string(), + "srv02".to_string(), ] } else { config.hosts.predefined_hosts.clone()