wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
@if ($server->settings->is_reachable)
|
||||
@if ($server->extra_attributes->proxy_status === 'running')
|
||||
@if ($server->proxy->status === 'running')
|
||||
<div class="flex gap-4">
|
||||
<div class="group">
|
||||
<label tabindex="0" class="flex items-center gap-2 cursor-pointer hover:text-white"> Links
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<div>
|
||||
@if ($server->settings->is_reachable)
|
||||
<div wire:poll.10000ms="proxyStatus" x-init="$wire.proxyStatus">
|
||||
@if ($server->extra_attributes->proxy_status === 'running')
|
||||
@if ($server->proxy->status === 'running')
|
||||
<x-status.running />
|
||||
@elseif ($server->extra_attributes->proxy_status === 'restarting')
|
||||
@elseif ($server->proxy->status === 'restarting')
|
||||
<x-status.restarting />
|
||||
@else
|
||||
<x-status.stopped />
|
||||
|
||||
Reference in New Issue
Block a user