diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index e7f74b8a6..6eabd859c 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -51,9 +51,9 @@ @if (decode_remote_command_output($application_deployment_queue)->count() > 0) @foreach (decode_remote_command_output($application_deployment_queue) as $line)
$line['hidden'], - 'text-red-500' => $line['type'] == 'stderr', + 'font-mono', + 'text-warning whitespace-pre-line' => $line['hidden'], + 'text-red-500 whitespace-pre-line' => $line['type'] == 'stderr', ])>[{{ $line['timestamp'] }}] @if ($line['hidden'])
COMMAND:
{{ $line['command'] }}

OUTPUT: @endif @if (str($line['output'])->contains('http://') || str($line['output'])->contains('https://'))