{`${row.meshedPods} out of ${row.totalPods} running or pending pods are in the mesh ${percentMeshedMsg}`}
{row.failedPods === 0 ? null : { `${row.failedPods} failed pods` }
}
)}>
);
}
}
];
class MeshedStatusTable extends React.Component {
render() {
return (