Fix physical drive name and health status display
All checks were successful
Build and Release / build-and-release (push) Successful in 2m13s

- Display actual drive name (e.g., nvme0n1) instead of mount point for physical drives
- Fix health status parsing for physical drives to show proper status icons
- Update pool name extraction to handle disk_{drive}_health metrics correctly
- Improve storage widget rendering for physical drive identification
This commit is contained in:
2025-11-23 19:25:45 +01:00
parent 53dbb43352
commit 9b4191b2c3
4 changed files with 26 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-agent"
version = "0.1.128"
version = "0.1.129"
edition = "2021"
[dependencies]