File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const ClusterTable: React.FC<ClusterTableProps> = React.memo(({ region }) => {
72
72
</ div >
73
73
</ TableCell >
74
74
{ /* <TableCell className={cluster.status === 'active' ? classes.activeCell : undefined}>testactive</TableCell> */ }
75
- < TableCell className = { classes . body } > { activeServices ( ) . length ? 'active ' : 'inactive ' } </ TableCell >
75
+ < TableCell className = { activeServices ( ) . length ? classes . activeCell : undefined } > { activeServices ( ) . length ? 'ACTIVE ' : 'INACTIVE ' } </ TableCell >
76
76
< TableCell className = { classes . body } > { isLoading ? 'Loading...' : Object . keys ( awsEcsData ) . length - 1 } </ TableCell >
77
77
< TableCell className = { classes . body } > { String ( activeServices ( ) . length ) + '/' + String ( Object . keys ( awsEcsData ) . length - 1 ) } </ TableCell >
78
78
You can’t perform that action at this time.
0 commit comments