bugfix: rename machine url to fix reload issue in machine
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
126c8c40f7
commit
8a29847465
@ -69,7 +69,7 @@ const routes: AppRoute[] = [
|
||||
},
|
||||
{
|
||||
title: "Machine",
|
||||
path: '/machine',
|
||||
path: '/config',
|
||||
icon: 'wrench',
|
||||
component: Machine,
|
||||
alwaysShow: true,
|
||||
@ -81,7 +81,7 @@ const routes: AppRoute[] = [
|
||||
alwaysShow: false,
|
||||
showInNavi: false,
|
||||
path: '/settings/machine',
|
||||
redirect: '/machine'
|
||||
redirect: '/config'
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user