Add Status::Info for informational sub-services
All checks were successful
Build and Release / build-and-release (push) Successful in 1m9s

Agent uses Status enum to control display:
- Status::Info: no icon, no status text (VPN IP)
- Other statuses: icon + text (containers, nginx sites)

Dashboard checks status, no hardcoded service_type exceptions.

Version: v0.1.237
This commit is contained in:
2025-12-01 15:11:16 +01:00
parent 966ba27b1e
commit 47ab1e387d
8 changed files with 33 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.236"
version = "0.1.237"
edition = "2021"
[dependencies]