command center

This commit is contained in:
Andras Bacsai
2023-05-04 10:00:08 +02:00
parent 135f9ab048
commit b8b0d2243f
7 changed files with 30 additions and 91 deletions

View File

@@ -1,6 +1,5 @@
<div>
@isset($this->activity)
<span>Activity: {{ $this->activity?->id }}</span>
<span>Status: {{ $this->activity?->properties->get('status') }}</span>
<pre class="flex flex-col-reverse w-full overflow-y-scroll"
@if ($isPollingActive) wire:poll.750ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>