- Progress

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-24 10:07:07 -05:00
parent d0a2bb7da0
commit d740446ccb
3 changed files with 92 additions and 106 deletions

View File

@@ -294,7 +294,7 @@ export function JobsDetailPage({
tab={<span><BarsOutlined />Lifecycle</span>}
key="lifecycle"
>
<JobLifecycleComponent job={job}/>
<JobLifecycleComponent job={job} refetch={refetch} form={form}/>
</Tabs.TabPane>
<Tabs.TabPane
forceRender