mirror of https://github.com/portainer/portainer
fix(docker): container health table [EE-5008] (#8591)
parent
bdde278139
commit
e3299eddd5
|
@ -38,7 +38,7 @@ export function HealthStatus({ health }: Props) {
|
|||
</DetailsTable.Row>
|
||||
|
||||
<DetailsTable.Row label="Failure count">
|
||||
{health.FailingStreak}
|
||||
<div className="vertical-center">{health.FailingStreak}</div>
|
||||
</DetailsTable.Row>
|
||||
|
||||
<DetailsTable.Row label="Last output">
|
||||
|
|
Loading…
Reference in New Issue