CEC-4537 - Add deployment details link (#358)
* CEC-4537 - Add deployment details link * Fix link location
This commit is contained in:
@@ -54,6 +54,10 @@ const MainForm = () => {
|
|||||||
label: `Vehicle ${vin} Details`,
|
label: `Vehicle ${vin} Details`,
|
||||||
link: `/vehicle-status/${vin}`,
|
link: `/vehicle-status/${vin}`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: `Manifest ${manifest.id} Details`,
|
||||||
|
link: `/package-status/${manifest.id}`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: title,
|
label: title,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user