Zoom Calendar

This commit is contained in:
Paolo Arena
2020-01-21 01:37:27 +01:00
parent 3442b5b45a
commit ffded7f9b1
5 changed files with 38 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ const msg_website = {
SignUp2: 'Registrazione',
SignIn: 'Login',
status: 'Statistiche',
nextzoom: 'Prossimi Zoom (Conferenze)',
requestresetpwd: 'Richiesta Reset Password',
vreg: 'Verifica Reg',
dashboard:'La tua Lavagna',

View File

@@ -123,6 +123,19 @@ const routes_manager: IListRoutes[] = [
level_child: 0.5,
onlyManager: true
},
{
active: true,
order: 10,
path: '/admin/zoomlist',
materialIcon: 'fas fa-users',
name: 'otherpages.admin.zoomlist',
component: () => import('@/rootgen/admin/zoomList/zoomList.vue'),
inmenu: true,
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyManager: true
},
{
active: true,
order: 15,
@@ -147,6 +160,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -173,6 +187,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -186,6 +201,7 @@ const routes_manager: IListRoutes[] = [
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -200,6 +216,7 @@ const routes_manager: IListRoutes[] = [
solotitle: true,
level_parent: 0.5,
level_child: 0.5,
onlyAdmin: true,
onlyManager: true
},
{
@@ -214,7 +231,8 @@ const routes_manager: IListRoutes[] = [
level_parent: 0,
level_child: 0.5,
infooter: true,
onlyManager: true
onlyManager: true,
onlyAdmin: true,
}
]