ваше сообщение коммита
This commit is contained in:
@@ -52,6 +52,13 @@ const routes = [
|
||||
path: 'interface',
|
||||
name: 'settings-interface',
|
||||
component: SettingsInterfaceView,
|
||||
// children: [
|
||||
// {
|
||||
// path: 'webssh',
|
||||
// name: 'settings-interface-webssh',
|
||||
// component: () => import('../views/settings/Interface/InterfaceWebSshView.vue'),
|
||||
// }
|
||||
// ]
|
||||
},
|
||||
{
|
||||
path: 'webssh',
|
||||
@@ -91,6 +98,12 @@ const routes = [
|
||||
name: 'ai-assistant-settings',
|
||||
component: () => import('@/views/settings/AI/AiAssistantSettings.vue'),
|
||||
},
|
||||
{
|
||||
path: '/settings/interface/webssh',
|
||||
name: 'webssh-settings',
|
||||
component: () => import('@/views/settings/Interface/InterfaceWebSshView.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/tables',
|
||||
name: 'tables-list',
|
||||
|
||||
Reference in New Issue
Block a user