This commit is contained in:
Andras Bacsai
2023-03-28 20:59:42 +02:00
parent 4df66ebf00
commit 593f1acf10
5 changed files with 47 additions and 17 deletions

View File

@@ -4,10 +4,6 @@
Activity: <span>{{ $activity?->id ?? 'waiting' }}</span>
</div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
{{-- <div>
<div>Details:</div>
<pre style="width: 100%;overflow-y: scroll;">{{ json_encode(data_get($activity, 'properties'), JSON_PRETTY_PRINT) }}</pre>
</div> --}}
@endisset
<button wire:click='deploy'>Deploy</button>
</div>