cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 34a1f7b9dc
All checks were successful
Build and Release / build-and-release (push) Successful in 2m8s
Fix Status::Inactive ordering to prevent gray title bar
- Reorder Status enum variants to fix aggregation priority
- Status::Inactive now has same priority as Status::Ok in aggregation
- Prevents inactive services from causing gray title bar
- Title bar stays green when system has only active and inactive services
- Only Unknown/Offline/Pending/Warning/Critical statuses affect title color
2025-11-18 18:03:50 +01:00

10 lines
216 B
TOML

[package]
name = "cm-dashboard-shared"
version = "0.1.78"
edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }