- updates from lifecyle component.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-26 17:46:37 -05:00
parent 86c3806e28
commit 76b25a716c
3 changed files with 5 additions and 5 deletions

View File

@@ -310,7 +310,7 @@ export function JobsDetailPage({
key: 'lifecycle',
icon: <BarsOutlined />,
label: t('menus.jobsdetail.lifecycle'),
children: <span><BarsOutlined />{t('menus.jobsdetail.lifecycle')}</span>
children: <JobLifecycleComponent job={job} statuses={bodyshop.md_ro_statuses} />,
},
{
key: "dates",