From 344a0502ab3800e69712bff15d4026550d50ab76 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Fri, 3 Aug 2018 21:51:11 +0000 Subject: [webapp] everythiing configurable (dashboardmodule, stores and global i18n messages is now in the config folder; router rework: modules can now set their own subroutes --- webapp/src/components/DashboardPage.vue | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'webapp/src/components') diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue index 3fef1e9..d400f9f 100644 --- a/webapp/src/components/DashboardPage.vue +++ b/webapp/src/components/DashboardPage.vue @@ -1,18 +1,12 @@ { "en": { - "group": "Groups / Clients", - "backend": "External Backends", - "permission": "Permissions", "title": "Boot Selection Server", "account": "Account", "settings": "Settings", "logout": "Logout" }, "de": { - "group": "Gruppen / Clienten", - "backend": "Externe Backends", - "permission": "Rechteverwaltung", "title": "Boot Auswahl Server", "account": "Konto", "settings": "Einstellungen", @@ -53,12 +47,12 @@ >
- + - + - + @@ -119,25 +113,21 @@