Initial Commit : Network Map

This commit is contained in:
2026-05-21 06:29:14 +08:00
parent 82141dd61c
commit 5d0a66bb52
32 changed files with 6782 additions and 1 deletions
+8
View File
@@ -369,6 +369,13 @@ List<NavSection> _buildSections(String role) {
icon: Icons.miscellaneous_services_outlined,
selectedIcon: Icons.miscellaneous_services,
),
if (!isStandard)
NavItem(
label: 'Network Map',
route: '/network-map',
icon: Icons.hub_outlined,
selectedIcon: Icons.hub,
),
NavItem(
label: 'Announcement',
route: '/announcements',
@@ -610,6 +617,7 @@ String _routeToTitle(String location) {
'/tickets' => 'Tickets',
'/tasks' => 'Tasks',
'/it-service-requests' => 'IT Service Requests',
'/network-map' => 'Network Map',
'/notifications' => 'Notifications',
'/whereabouts' => 'Whereabouts',
'/workforce' => 'Workforce',