feat: add network topology maps for pro users

- Add comprehensive network visualization module
- Pro feature with advanced topology mapping
- Interactive network device mapping
- Integration with navigation and routing
This commit is contained in:
sepehr 2025-10-16 17:33:27 +03:00
parent 996c189076
commit b20a3d7826
8 changed files with 1286 additions and 0 deletions

View file

@ -49,6 +49,11 @@ const routes: Routes = [
loadChildren: () =>
import('./views/devices_group/devgroup.module').then((m) => m.DevicesGroupModule)
},
{
path: 'maps',
loadChildren: () =>
import('./views/maps/maps.module').then((m) => m.MapsModule)
},
{
path: 'authlog',
loadChildren: () =>