- Major Progress Commit
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -99,10 +99,10 @@ export function JobLifecycleComponent({job, ...rest}) {
|
||||
},
|
||||
];
|
||||
|
||||
useEffect(() => {
|
||||
console.log('LifeCycle Data');
|
||||
console.dir(lifecycleData, {depth: null})
|
||||
}, [lifecycleData]);
|
||||
// useEffect(() => {
|
||||
// console.log('LifeCycle Data');
|
||||
// console.dir(lifecycleData, {depth: null})
|
||||
// }, [lifecycleData]);
|
||||
|
||||
return (
|
||||
<Card loading={loading} title='Job Lifecycle Component'>
|
||||
@@ -144,14 +144,12 @@ export function JobLifecycleComponent({job, ...rest}) {
|
||||
alignItems: 'center',
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
|
||||
borderTop: '1px solid #f0f2f5',
|
||||
borderBottom: '1px solid #f0f2f5',
|
||||
borderLeft: isFirst ? '1px solid #f0f2f5' : undefined,
|
||||
borderRight: isLast ? '1px solid #f0f2f5' : undefined,
|
||||
borderBottomLeftRadius: isFirst ? '5px' : undefined,
|
||||
borderTopLeftRadius: isFirst ? '5px' : undefined,
|
||||
borderBottomRightRadius: isLast ? '5px' : undefined,
|
||||
borderTopRightRadius: isLast ? '5px' : undefined,
|
||||
|
||||
backgroundColor: key.color,
|
||||
width: `${key.percentage}%`
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user