mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-15 08:11:29 +00:00
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:
parent
996c189076
commit
b20a3d7826
8 changed files with 1286 additions and 0 deletions
|
|
@ -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: () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue