fix: change proxy view
This commit is contained in:
parent
c058c0a766
commit
22431eee9a
@ -33,7 +33,6 @@ public function change_proxy()
|
||||
{
|
||||
$this->server->proxy = null;
|
||||
$this->server->save();
|
||||
$this->dispatch('proxyStatusUpdated');
|
||||
}
|
||||
|
||||
public function select_proxy($proxy_type)
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="flex gap-2">
|
||||
<x-server.sidebar :server="$server" :parameters="$parameters" />
|
||||
<div class="w-full">
|
||||
@if ($server->proxyType() !== 'NONE' && $server->isFunctional())
|
||||
@if ($server->isFunctional())
|
||||
<livewire:server.proxy :server="$server" />
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user