mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
9 lines
284 B
PHP
9 lines
284 B
PHP
<div wire:poll.10000ms="proxyStatus" x-init="$wire.proxyStatus">
|
|
@if ($server->proxy->status === 'running')
|
|
<x-status.running />
|
|
@elseif ($server->proxy->status === 'restarting')
|
|
<x-status.restarting />
|
|
@else
|
|
<x-status.stopped />
|
|
@endif
|
|
</div>
|