1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(docker): container health table [EE-5008] (#8591)

This commit is contained in:
Dakota Walsh 2023-03-08 10:33:15 +13:00 committed by GitHub
parent bdde278139
commit e3299eddd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">