summaryrefslogtreecommitdiffstats
path: root/webapp/src/router.js
diff options
context:
space:
mode:
authorUdo Walter2018-07-17 03:02:27 +0200
committerUdo Walter2018-07-17 03:02:27 +0200
commitfda9d4012b33bbae10678b2e7447b9fd4f7887ca (patch)
tree6aa24fb4ee1bbdceb12136e18d1d55dc86450a8d /webapp/src/router.js
parent[webapp/dashboard] drawer bugfix (diff)
downloadbas-fda9d4012b33bbae10678b2e7447b9fd4f7887ca.tar.gz
bas-fda9d4012b33bbae10678b2e7447b9fd4f7887ca.tar.xz
bas-fda9d4012b33bbae10678b2e7447b9fd4f7887ca.zip
[webapp/dashboard] added first implementation of global snackbars
Diffstat (limited to 'webapp/src/router.js')
-rw-r--r--webapp/src/router.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/webapp/src/router.js b/webapp/src/router.js
index 862198b..be287cf 100644
--- a/webapp/src/router.js
+++ b/webapp/src/router.js
@@ -14,10 +14,6 @@ var router = new Router({
},
{
path: '/dashboard',
- redirect: '/dashboard/mymodule'
- },
- {
- path: '/dashboard',
name: 'Dashboard',
component: DashboardPage,
children: DashboardPage.dashboardModules.concat(DashboardPage.hiddenModules)