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:
parent
bdde278139
commit
e3299eddd5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue