All checks were successful
Build and Release / build-and-release (push) Successful in 1m15s
- Title bar background now dynamically changes based on worst-case status across all hosts - Green: all OK, Yellow: warnings present, Red: critical issues, Blue: pending, Gray: unknown - Provides immediate visual feedback of overall infrastructure health - Added 1-character padding on both sides of title bar - Maintains dark text for visibility against all status background colors - Bump version to v0.1.36
10 lines
216 B
TOML
10 lines
216 B
TOML
[package]
|
|
name = "cm-dashboard-shared"
|
|
version = "0.1.36"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
thiserror = { workspace = true } |