Fix styling and rename to actual dashboard api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 15:40:38 +02:00
parent 31a9162ff4
commit aa244108c8
14 changed files with 92 additions and 60 deletions

View File

@@ -40,7 +40,7 @@ export default new Router({
{
path: '/',
name: 'main',
component: Boards,
component: Overview,
},
{
path: '/overview/:filter',