From 1f5a61227cce34d489d74513df64ccbf27055b69 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Mon, 29 Sep 2025 10:17:30 +0530 Subject: [PATCH] Replaced old warning text with new callout component + rewritten warning for more clarity --- .../views/livewire/project/shared/health-checks.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/project/shared/health-checks.blade.php b/resources/views/livewire/project/shared/health-checks.blade.php index 9dd5937f9..ed64ff28e 100644 --- a/resources/views/livewire/project/shared/health-checks.blade.php +++ b/resources/views/livewire/project/shared/health-checks.blade.php @@ -13,11 +13,12 @@ Disable Healthcheck @endif -
Define how your resource's health should be checked.
+
Define how your resource's health should be checked.
@if ($resource->custom_healthcheck_found) -
A custom health check has been found and will be used until you enable this. -
+ +

A custom health check has been detected. If you enable this health check, it will disable the custom one and use this instead.

+
@endif