From 840d25a729fe477ee5a11f41d4b2538dfe4a5a48 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:36:50 +0100 Subject: [PATCH] feat: add helper messages for unknown and unhealthy states in running status component --- resources/views/components/status/running.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/components/status/running.blade.php b/resources/views/components/status/running.blade.php index a44cc111b..eb2964a86 100644 --- a/resources/views/components/status/running.blade.php +++ b/resources/views/components/status/running.blade.php @@ -50,6 +50,7 @@ (str($status)->contains('unhealthy') || str($healthStatus)->contains('unhealthy')); @endphp @if ($showUnknownHelper) +
@@ -61,8 +62,10 @@ +
@endif @if ($showUnhealthyHelper) +
@@ -74,6 +77,7 @@ +
@endif