diff --git a/app/react/docker/containers/ItemView/HealthStatus.tsx b/app/react/docker/containers/ItemView/HealthStatus.tsx index c45d17c6c..3c3f0119c 100644 --- a/app/react/docker/containers/ItemView/HealthStatus.tsx +++ b/app/react/docker/containers/ItemView/HealthStatus.tsx @@ -22,33 +22,29 @@ interface Props { export function HealthStatus({ health }: Props) { return ( -
-
- - + + - - -
- - {health.Status} -
-
+ + +
+ + {health.Status} +
+
- - {health.FailingStreak} - + + {health.FailingStreak} + - - {health.Log[health.Log.length - 1].Output} - -
-
-
-
+ + {health.Log[health.Log.length - 1].Output} + + + ); }