summaryrefslogtreecommitdiffstats
path: root/webapp/src/config
diff options
context:
space:
mode:
authorUdo Walter2019-03-27 15:00:14 +0100
committerUdo Walter2019-03-27 15:00:14 +0100
commitc69d30fac05883b0e40f22a54a184b60001672ec (patch)
tree829209697e0aa048341a99eb4609595f32b53cdf /webapp/src/config
parent[docutmentation] Add german language support (wip) (diff)
downloadbas-c69d30fac05883b0e40f22a54a184b60001672ec.tar.gz
bas-c69d30fac05883b0e40f22a54a184b60001672ec.tar.xz
bas-c69d30fac05883b0e40f22a54a184b60001672ec.zip
[webapp] small style fixes in groups module and selectbox
Diffstat (limited to 'webapp/src/config')
-rw-r--r--webapp/src/config/dashboard.js4
-rw-r--r--webapp/src/config/i18n.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/src/config/dashboard.js b/webapp/src/config/dashboard.js
index 7a5244e..e049dc5 100644
--- a/webapp/src/config/dashboard.js
+++ b/webapp/src/config/dashboard.js
@@ -11,11 +11,11 @@ import EventModule from '@/components/EventModule'
export default [
{ path: 'groups', component: GroupModule, icon: 'category' },
{ path: 'configurator', component: ConfiguratorModule, icon: 'list' },
+ { path: 'events', component: EventModule, icon: 'event' },
{ path: 'registration', component: RegistrationModule, icon: 'assignment' },
{ path: 'backends', component: BackendModule, icon: 'cloud' },
{ path: 'permissions', component: PermissionModule, icon: 'lock_open' },
{ path: 'ipxe', component: IpxeBuilderModule, icon: 'merge_type' },
{ path: 'users', component: UserModule, icon: 'contacts' },
- { path: 'log', component: LogModule, icon: 'error_outline' },
- { path: 'events', component: EventModule, icon: 'event' }
+ { path: 'log', component: LogModule, icon: 'error_outline' }
]
diff --git a/webapp/src/config/i18n.js b/webapp/src/config/i18n.js
index 25e6f3a..478695b 100644
--- a/webapp/src/config/i18n.js
+++ b/webapp/src/config/i18n.js
@@ -58,7 +58,7 @@ export default {
'noDataText': 'Keine Daten verfügbar'
},
'$dashboardModules': {
- 'GroupModule': 'Gruppen / Clienten',
+ 'GroupModule': 'Gruppen / Clients',
'ConfiguratorModule': 'iPXE Konfigurator',
'RegistrationModule': 'Client Registrierung',
'BackendModule': 'Externe Backends',