From 92d78f9bd7091caa508af2a279968e53bec83b3c Mon Sep 17 00:00:00 2001 From: Verdi R-D Date: Mon, 26 May 2025 02:23:31 -0400 Subject: [PATCH] fix: patch dashboard to show tools as offline instead of unknown --- resources/views/dashboard/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php index 2f81ef3..3625bb3 100644 --- a/resources/views/dashboard/index.blade.php +++ b/resources/views/dashboard/index.blade.php @@ -120,7 +120,7 @@ @break @endswitch @else - Unknown + Offline @endif