mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update app/src/router/routes.js
Co-authored-by: Axolotle <nchesnais@mailoo.org>
This commit is contained in:
parent
94da3526d7
commit
00db70764d
1 changed files with 13 additions and 5 deletions
|
@ -375,13 +375,21 @@ const routes = [
|
|||
}
|
||||
},
|
||||
{
|
||||
name: 'tool-settings',
|
||||
path: '/tools/settings',
|
||||
component: () => import(/* webpackChunkName: "views/tools/settings" */ '@/views/tool/ToolSettings'),
|
||||
meta: {
|
||||
args: { trad: 'tools_yunohost_settings' },
|
||||
breadcrumb: ['tool-list', 'tool-settings']
|
||||
}
|
||||
children: [
|
||||
{
|
||||
name: 'tool-settings',
|
||||
path: ':tabId?',
|
||||
component: () => import(/* webpackChunkName: "components/configPanel" */ '@/components/ConfigPanel'),
|
||||
props: true,
|
||||
meta: {
|
||||
routerParams: [],
|
||||
args: { trad: 'tools_yunohost_settings' },
|
||||
breadcrumb: ['tool-list', 'tool-settings']
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'tool-power',
|
||||
|
|
Loading…
Reference in a new issue