From e3299eddd5c44a13dfa75afff444a8fcf9e72e31 Mon Sep 17 00:00:00 2001 From: Dakota Walsh <101994734+dakota-portainer@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:33:15 +1300 Subject: [PATCH] fix(docker): container health table [EE-5008] (#8591) --- app/react/docker/containers/ItemView/HealthStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/docker/containers/ItemView/HealthStatus.tsx b/app/react/docker/containers/ItemView/HealthStatus.tsx index 3c3f0119c..86705a888 100644 --- a/app/react/docker/containers/ItemView/HealthStatus.tsx +++ b/app/react/docker/containers/ItemView/HealthStatus.tsx @@ -38,7 +38,7 @@ export function HealthStatus({ health }: Props) { - {health.FailingStreak} +
{health.FailingStreak}