Add srv02 to predefined host list

This commit is contained in:
Christoffer Martinsson 2025-10-18 20:43:25 +02:00
parent 792ad066c9
commit 8cf8d37556

View File

@ -66,6 +66,7 @@ impl Dashboard {
"simonbox".to_string(),
"steambox".to_string(),
"srv01".to_string(),
"srv02".to_string(),
]
} else {
config.hosts.predefined_hosts.clone()