feat(orion): extend report layout settings to version 1.1
This commit is contained in:
parent
12e1761a5b
commit
613ffdc8b7
591 changed files with 3601 additions and 999 deletions
|
|
@ -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 }
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue