up...
This commit is contained in:
@@ -11,7 +11,9 @@ import OlapColumnsView from '@/views/OlapColumnsView.vue'
|
||||
import DBConnections from '@/views/DBConnections.vue'
|
||||
import AdminSettings from '@/views/AdminSettings.vue'
|
||||
import Profile from '@/views/Profile.vue'
|
||||
import OLAPConstructor from '@/views/OLAPConstructor.vue'
|
||||
import OlapQueriesPage from '@/views/OlapQueriesPage.vue'
|
||||
import OlapConstructor from '@/views/OlapConstructor.vue'
|
||||
|
||||
import NotFound from '@/views/NotFound.vue'
|
||||
|
||||
const routes = [
|
||||
@@ -64,9 +66,19 @@ const routes = [
|
||||
component: AdminSettings,
|
||||
meta: { requiresAuth: true, requiresAdmin: true, title: 'Settings' }
|
||||
},
|
||||
// {
|
||||
// path: '/olap-constructor',
|
||||
// component: OLAPConstructor,
|
||||
// meta: { requiresAuth: true, title: 'OLAP Constructor' }
|
||||
// },
|
||||
{
|
||||
path: '/olap-constructor',
|
||||
component: OLAPConstructor,
|
||||
path: '/olap/queries',
|
||||
component: OlapQueriesPage,
|
||||
meta: { requiresAuth: true, title: 'OLAP Queries' }
|
||||
},
|
||||
{
|
||||
path: '/olap/constructor/:id?',
|
||||
component: OlapConstructor,
|
||||
meta: { requiresAuth: true, title: 'OLAP Constructor' }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user