feat(ui-toolkit): consistent health statuses
This commit is contained in:
parent
e986dcdc12
commit
441d4118d7
@ -58,7 +58,7 @@ const GraphNodeInfo = ({ data, pos }) => {
|
||||
))
|
||||
);
|
||||
|
||||
const healthy = instancesHealthy ? <HealthyIcon /> : <UnhealthyIcon />;
|
||||
const healthy = <HealthyIcon healthy={instancesHealthy.total === instancesHealthy.healthy} />;
|
||||
|
||||
return (
|
||||
<g transform={`translate(${x}, ${y})`}>
|
||||
|
Loading…
Reference in New Issue
Block a user