feat(orion): extend report layout settings to version 1.1

This commit is contained in:
Schubert Ferenc 2026-07-12 14:56:15 +02:00
parent 12e1761a5b
commit 613ffdc8b7
591 changed files with 3601 additions and 999 deletions

View file

@ -5,6 +5,7 @@ import {
ClipboardCheck,
ClipboardPlus,
FileArchive,
FileCog,
Gauge,
LayoutDashboard,
LogOut,
@ -31,6 +32,7 @@ const navigation = [
{ href: "/equipment", label: "Pruefmittel", icon: Gauge },
{ href: "/validations", label: "Validierungen", icon: ClipboardCheck },
{ href: "/documents", label: "Dokumente", icon: FileArchive },
{ href: "/settings/report-layout", label: "Berichtseinstellungen", icon: FileCog, adminOnly: true },
{ href: "/users", label: "Benutzer", icon: Shield, adminOnly: true }
];