From 3b502005e941d8a1fd72a8eb9f4b45a4500f30b5 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 15 Jun 2023 15:39:30 +0200 Subject: [PATCH] fix --- resources/views/livewire/destination/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/destination/show.blade.php b/resources/views/livewire/destination/show.blade.php index e632ac707..f3bd74f0c 100644 --- a/resources/views/livewire/destination/show.blade.php +++ b/resources/views/livewire/destination/show.blade.php @@ -8,7 +8,7 @@
Destinations are used to segregate resources by network.
- Docker Networks added to the server: + Available for using: @forelse ($server->standaloneDockers as $docker) @@ -19,7 +19,7 @@
@if (count($networks) > 0) -

Scanned available destinations

+

Scanned available Destinations

@endif @foreach ($networks as $network)