summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DashboardPage.vue
diff options
context:
space:
mode:
authorUdo Walter2018-07-20 07:52:36 +0200
committerUdo Walter2018-07-20 07:52:36 +0200
commit2c4385f40468f632b4f82c112a1c7d7c7d8984ad (patch)
tree3620aa98b4d381c99cbcb91c05c570e909f54bcc /webapp/src/components/DashboardPage.vue
parent[webapp] put settings state into settings object (diff)
downloadbas-2c4385f40468f632b4f82c112a1c7d7c7d8984ad.tar.gz
bas-2c4385f40468f632b4f82c112a1c7d7c7d8984ad.tar.xz
bas-2c4385f40468f632b4f82c112a1c7d7c7d8984ad.zip
[webapp] small bugfix
Diffstat (limited to 'webapp/src/components/DashboardPage.vue')
-rw-r--r--webapp/src/components/DashboardPage.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue
index 37d4c80..ccdda03 100644
--- a/webapp/src/components/DashboardPage.vue
+++ b/webapp/src/components/DashboardPage.vue
@@ -77,11 +77,11 @@
<v-icon left>account_circle</v-icon>{{ userFullName }}
</v-btn>
<v-list>
- <v-list-tile to="account" active-class="">
+ <v-list-tile to="/dashboard/account" active-class="">
<v-icon class="user-menu-icon">perm_identity</v-icon>
<v-list-tile-title>{{ $t('account') }}</v-list-tile-title>
</v-list-tile>
- <v-list-tile to="settings" active-class="">
+ <v-list-tile to="/dashboard/settings" active-class="">
<v-icon class="user-menu-icon">settings</v-icon>
<v-list-tile-title>{{ $t('settings') }}</v-list-tile-title>
</v-list-tile>