mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Move service views to 'Tools' + tweak icons
This commit is contained in:
parent
2708b98d20
commit
16cc8373b8
3 changed files with 5 additions and 5 deletions
|
@ -283,7 +283,7 @@ const routes = [
|
|||
component: () => import(/* webpackChunkName: "views/service/list" */ '@/views/service/ServiceList'),
|
||||
meta: {
|
||||
args: { trad: 'services' },
|
||||
breadcrumb: ['service-list']
|
||||
breadcrumb: ['tool-list', 'service-list']
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -293,7 +293,7 @@ const routes = [
|
|||
props: true,
|
||||
meta: {
|
||||
args: { param: 'name' },
|
||||
breadcrumb: ['service-list', 'service-info']
|
||||
breadcrumb: ['tool-list', 'service-list', 'service-info']
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ export default {
|
|||
{ routeName: 'domain-list', icon: 'globe', translation: 'domains' },
|
||||
{ routeName: 'app-list', icon: 'cubes', translation: 'applications' },
|
||||
{ routeName: 'update', icon: 'refresh', translation: 'system_update' },
|
||||
{ routeName: 'service-list', icon: 'cog', translation: 'services' },
|
||||
{ routeName: 'tool-list', icon: 'wrench', translation: 'tools' },
|
||||
{ routeName: 'diagnosis', icon: 'stethoscope', translation: 'diagnosis' },
|
||||
{ routeName: 'backup', icon: 'archive', translation: 'backup' }
|
||||
|
|
|
@ -22,10 +22,11 @@ export default {
|
|||
menu: [
|
||||
{ routeName: 'tool-logs', icon: 'book', translation: 'logs' },
|
||||
{ routeName: 'tool-migrations', icon: 'share', translation: 'migrations' },
|
||||
{ routeName: 'service-list', icon: 'gears', translation: 'services' },
|
||||
{ routeName: 'tool-firewall', icon: 'shield', translation: 'firewall' },
|
||||
{ routeName: 'tool-adminpw', icon: 'key-modern', translation: 'tools_adminpw' },
|
||||
{ routeName: 'tool-settings', icon: 'cog', translation: 'tools_yunohost_settings' },
|
||||
{ routeName: 'tool-webadmin', icon: 'cog', translation: 'tools_webadmin_settings' },
|
||||
{ routeName: 'tool-settings', icon: 'sliders', translation: 'tools_yunohost_settings' },
|
||||
{ routeName: 'tool-webadmin', icon: 'sliders', translation: 'tools_webadmin_settings' },
|
||||
{ routeName: 'tool-power', icon: 'power-off', translation: 'tools_shutdown_reboot' }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue