Fix service selection for services with sub-services
All checks were successful
Build and Release / build-and-release (push) Successful in 2m35s

- Fix get_selected_service to always return parent service names
- Prevent selection of container sub-items when managing docker services
- Ensure service commands operate on correct systemd service names
- Simplify service selection logic to only consider parent services
- Update version to 0.1.92
This commit is contained in:
2025-11-19 18:01:10 +01:00
parent 7bf9ca6201
commit cd5ef65d3d
5 changed files with 9 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-shared"
version = "0.1.91"
version = "0.1.92"
edition = "2021"
[dependencies]