feat(sidebar): add Sites to Administration section for admin
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
025b932f70
commit
b5a5097ab5
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ const MANAGER_ADMIN_ITEMS: NavItem[] = [
|
|||
// Full Administration section (ADMIN only)
|
||||
const ADMIN_ITEMS: NavItem[] = [
|
||||
{ href: "/admin/vessels", label: "Cost Centres", icon: Ship },
|
||||
{ href: "/admin/sites", label: "Sites", icon: MapPin },
|
||||
{ href: "/admin/users", label: "Users", icon: Users },
|
||||
{ href: "/admin/superuser-requests", label: "SuperUser Requests",icon: ShieldCheck },
|
||||
{ href: "/admin/accounts", label: "Accounting Codes", icon: Building2 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue