From ef343e80d347fd189c36d6a6a0da8c17b17d6f50 Mon Sep 17 00:00:00 2001 From: kokodev Date: Sat, 26 Oct 2024 13:05:11 -0700 Subject: [PATCH] Make node UUID use code to display --- resources/views/admin/nodes/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/nodes/index.blade.php b/resources/views/admin/nodes/index.blade.php index cb78beb8d..345f7d3ed 100644 --- a/resources/views/admin/nodes/index.blade.php +++ b/resources/views/admin/nodes/index.blade.php @@ -61,7 +61,7 @@ {{ $node->servers_count }} - {{ $node->uuid }} + uuid }}>{{ $node->uuid }} @endforeach