We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32741 commit 31825f0Copy full SHA for 31825f0
src/app/layouts/dashboard/sidebar/menu-sections.ts
@@ -1,4 +1,5 @@
1
import {
2
+ PiAirTrafficControlDuotone,
3
PiBookmarksDuotone,
4
PiComputerTowerDuotone,
5
PiCookie,
@@ -64,6 +65,16 @@ export const useMenuSections = (): MenuItem[] => {
64
65
icon: PiComputerTowerDuotone
66
}
67
]
68
+ },
69
+ {
70
+ header: 'Superadmin',
71
+ section: [
72
73
+ name: 'Queues',
74
+ href: '/api/queues',
75
+ icon: PiAirTrafficControlDuotone
76
+ }
77
+ ]
78
79
80
0 commit comments