feat: Introduce job and service categorization for components, enhancing routing and display logic across the application

This commit is contained in:
2026-02-23 17:02:55 -08:00
parent 56b9c8ddf1
commit f559fba143
18 changed files with 552 additions and 268 deletions

View File

@@ -32,7 +32,7 @@ export const STACK_LABELS: Record<string, string> = {
export const SECTION_HEADERS: Record<string, { title: string; subtitle: string }> = {
service: { title: "Services", subtitle: "Long-running processes" },
scheduled: { title: "Scheduled", subtitle: "Systemd timers" },
scheduled: { title: "Scheduled Jobs", subtitle: "Systemd timers" },
component: { title: "Components", subtitle: "Software catalog" },
}