feat(sidebar): add Sites to Administration section for admin

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Hardik 2026-05-31 08:49:58 +05:30
parent 025b932f70
commit b5a5097ab5

View file

@ -77,6 +77,7 @@ const MANAGER_ADMIN_ITEMS: NavItem[] = [
// Full Administration section (ADMIN only) // Full Administration section (ADMIN only)
const ADMIN_ITEMS: NavItem[] = [ const ADMIN_ITEMS: NavItem[] = [
{ href: "/admin/vessels", label: "Cost Centres", icon: Ship }, { href: "/admin/vessels", label: "Cost Centres", icon: Ship },
{ href: "/admin/sites", label: "Sites", icon: MapPin },
{ href: "/admin/users", label: "Users", icon: Users }, { href: "/admin/users", label: "Users", icon: Users },
{ href: "/admin/superuser-requests", label: "SuperUser Requests",icon: ShieldCheck }, { href: "/admin/superuser-requests", label: "SuperUser Requests",icon: ShieldCheck },
{ href: "/admin/accounts", label: "Accounting Codes", icon: Building2 }, { href: "/admin/accounts", label: "Accounting Codes", icon: Building2 },