summaryrefslogtreecommitdiffstats
path: root/webapp/src/config/dashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/config/dashboard.js')
-rw-r--r--webapp/src/config/dashboard.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/config/dashboard.js b/webapp/src/config/dashboard.js
index e049dc5..95b59fb 100644
--- a/webapp/src/config/dashboard.js
+++ b/webapp/src/config/dashboard.js
@@ -1,4 +1,5 @@
import GroupModule from '@/components/GroupModule'
+import IprangeModule from '@/components/IprangeModule'
import ConfiguratorModule from '@/components/ConfiguratorModule'
import RegistrationModule from '@/components/RegistrationModule'
import BackendModule from '@/components/BackendModule'
@@ -10,6 +11,7 @@ import EventModule from '@/components/EventModule'
export default [
{ path: 'groups', component: GroupModule, icon: 'category' },
+ { path: 'ipranges', component: IprangeModule, icon: 'settings_ethernet' },
{ path: 'configurator', component: ConfiguratorModule, icon: 'list' },
{ path: 'events', component: EventModule, icon: 'event' },
{ path: 'registration', component: RegistrationModule, icon: 'assignment' },