frontend update

This commit is contained in:
carodej
2020-06-02 07:13:44 +02:00
parent 16c3625b0b
commit 331ee52ea3
37 changed files with 1821 additions and 772 deletions

View File

@@ -62,15 +62,15 @@
isVisible: true,
},
{
icon: 'settings',
icon: 'user',
title: this.$t('menu.settings'),
routeName: 'Profile',
isVisible: true,
},
{
icon: 'users',
icon: 'settings',
title: this.$t('menu.admin'),
routeName: 'Users',
routeName: 'AdminMobileMenu',
isVisible: this.app.user.role === 'admin',
},
{