From 0d78b44c8003de5f9e02e9ec188d9bb32ab45f8a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 10 Apr 2024 21:15:23 +0200 Subject: [PATCH] Fix formatting in deployment show.blade.php file --- .../livewire/project/application/deployment/show.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index dda872c5e..e168e10eb 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -88,7 +88,7 @@ class="fixed top-4 right-16" x-on:click="toggleScroll"> $line['hidden'], 'text-red-500 font-bold whitespace-pre-line' => $line['type'] == 'stderr', ])>[{{ $line['timestamp'] }}] @if ($line['hidden']) -
COMMAND: {{ $line['command'] }}
OUTPUT : +

COMMAND: {{ $line['command'] }}

OUTPUT : @endif @if (str($line['output'])->contains('http://') || str($line['output'])->contains('https://')) @php $line['output'] = preg_replace( @@ -100,6 +100,7 @@ class="fixed top-4 right-16" x-on:click="toggleScroll"> @endforeach @else