cm-dashboard/shared/Cargo.toml
Christoffer Martinsson c0f7a97a6f
All checks were successful
Build and Release / build-and-release (push) Successful in 2m36s
Remove all scrolling code and user-stopped tracking logic
- Remove scroll offset fields from HostWidgets struct
- Replace scrolling with simple "X more below" indicators in all widgets
- Remove user-stopped service tracking from agent (now uses SSH control)
- Inactive services now consistently show Status::Inactive with empty circles
- Simplify widget render methods by removing scroll parameters
- Clean up unused imports and legacy scrolling infrastructure
- Fix journalctl command to use -fu for proper log following
2025-11-19 08:32:42 +01:00

10 lines
216 B
TOML

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