Remove status icon from VPN IP and change to lowercase
All checks were successful
Build and Release / build-and-release (push) Successful in 1m19s

Change display from "IP: X.X.X.X" to "ip: X.X.X.X".
Remove status icon for vpn_route service type.

Version: v0.1.236
This commit is contained in:
2025-12-01 14:40:21 +01:00
parent 6c6c9144bd
commit 966ba27b1e
6 changed files with 23 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ impl SystemdCollector {
let metrics = Vec::new();
sub_services.push(SubServiceData {
name: format!("IP: {}", external_ip),
name: format!("ip: {}", external_ip),
service_status: Status::Ok,
metrics,
service_type: "vpn_route".to_string(),