Add responsive column visibility to service panel
All checks were successful
Build and Release / build-and-release (push) Successful in 1m47s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m47s
Service panel now dynamically shows/hides columns based on terminal width: - ≥80 chars: All columns (Name, Status, RAM, Uptime, Restarts) - ≥60 chars: Hide Restarts only - ≥45 chars: Hide Uptime and Restarts - <45 chars: Minimal (Name and Status only) Improves dashboard usability on smaller terminal sizes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.226"
|
||||
version = "0.1.227"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user