@@ -8,6 +8,13 @@ import {isEmpty} from "lodash";
|
||||
|
||||
require('./job-lifecycle.styles.scss');
|
||||
|
||||
// Get Bodyshop record
|
||||
// md_RepairStatus
|
||||
// All status, array of strings, all statuses available system wide, the order is meaningful.
|
||||
|
||||
// CHECK SORT OF LEGEND
|
||||
|
||||
// show text on bar if text can fit
|
||||
export function JobLifecycleComponent({job, ...rest}) {
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [lifecycleData, setLifecycleData] = useState(null);
|
||||
@@ -192,7 +199,6 @@ export function JobLifecycleComponent({job, ...rest}) {
|
||||
</Space>
|
||||
</>
|
||||
)}>
|
||||
|
||||
<Table columns={columns} dataSource={lifecycleData.lifecycle}/>
|
||||
</Card>
|
||||
</Space>
|
||||
|
||||
Reference in New Issue
Block a user