ваше сообщение коммита

This commit is contained in:
2025-07-09 02:03:33 +03:00
parent 81dced1f11
commit 78054c26fb
8 changed files with 319 additions and 12188 deletions

View File

@@ -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',