fix: when finished pairing a machine open the machine status page with

this machine expanded

refactor: simplify add machine page
This commit is contained in:
Liordino Neto 2020-10-15 15:27:48 -03:00 committed by Josh Harvey
parent c56d4759bd
commit 20370fcd1d
5 changed files with 39 additions and 44 deletions

View file

@ -57,7 +57,7 @@ const tree = [
{
key: 'machine-status',
label: 'Machine Status',
route: '/maintenance/machine-status',
route: '/maintenance/machine-status/:id',
component: MachineStatus
},
{