Initial Commit : Network Map
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user