Add whitespace-pre-line class to font-mono in deployment show blade file

This commit is contained in:
Andras Bacsai 2024-02-26 09:09:01 +01:00
parent f6b886adbc
commit b550c32f9b

View File

@ -51,7 +51,7 @@ class="fixed top-4 right-16" x-on:click="toggleScroll"><svg class="icon" viewBox
@if (decode_remote_command_output($application_deployment_queue)->count() > 0)
@foreach (decode_remote_command_output($application_deployment_queue) as $line)
<div @class([
'font-mono',
'font-mono whitespace-pre-line',
'text-warning' => $line['hidden'],
'text-red-500' => $line['type'] == 'stderr',
])>[{{ $line['timestamp'] }}] @if ($line['hidden'])