bugfix: rename machine url to fix reload issue in machine

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-08-01 23:38:06 +02:00
parent 126c8c40f7
commit 8a29847465

View File

@ -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'
}
]