KI-AGENT: Systemstatus und Node Exporter ergänzen

This commit is contained in:
2026-05-20 20:41:48 +02:00
parent 3796bc2953
commit 8df587f9e2
7 changed files with 494 additions and 4 deletions

View File

@@ -355,6 +355,11 @@ const links = computed(() => {
to: "/administration/tenants",
icon: "i-heroicons-building-office-2",
},
{
label: "Systemstatus",
to: "/administration/system",
icon: "i-heroicons-server-stack",
},
] : []
const visibleOrganisationChildren = visibleItems(organisationChildren)