Refactor systemctl services and categories due to alarm bugs

This commit restructures systemctl service definitions and category mappings.

Motivation: Alarm-related bugs revealed inconsistencies in service and role handling.

Preparation step: lays the groundwork for fixing the alarm issues by aligning categories, roles, and service templates.
This commit is contained in:
2025-08-18 13:35:43 +02:00
parent 29f50da226
commit 3a839cfe37
289 changed files with 975 additions and 948 deletions

View File

@@ -1198,7 +1198,7 @@ input.ng-empty::placeholder,.ng-empty::placeholder {
border-color: var(--color-01-67)
}
.sys-alm-info {
--bs-sys-alm-color: var(--color-03-14);
--bs-sys-alm-bg: var(--color-01-86);
.sys-ctl-alm-info {
--bs-sys-ctl-alm-color: var(--color-03-14);
--bs-sys-ctl-alm-bg: var(--color-01-86);
}