Files
jabali-panel/resources/views/filament/jabali/components/cron-output.blade.php
2026-02-02 03:11:45 +02:00

8 lines
331 B
PHP

<div class="rounded-lg bg-gray-950 p-4 font-mono fi-section-header-description overflow-x-auto max-h-96 overflow-y-auto">
@if($output)
<pre class="whitespace-pre-wrap break-words">{{ $output }}</pre>
@else
<p class="fi-section-header-description italic">{{ __('No output recorded') }}</p>
@endif
</div>