diff --git a/app/Livewire/Server/Proxy/Status.php b/app/Livewire/Server/Proxy/Status.php index 869f92308..f4f18381f 100644 --- a/app/Livewire/Server/Proxy/Status.php +++ b/app/Livewire/Server/Proxy/Status.php @@ -34,9 +34,6 @@ class Status extends Component public function checkProxy(bool $notification = false) { try { - if ($this->server->proxy->force_stop) { - return; - } if ($this->polling) { if ($this->numberOfPolls >= 10) { $this->polling = false; diff --git a/resources/views/livewire/server/proxy/status.blade.php b/resources/views/livewire/server/proxy/status.blade.php index 5aa3ca765..472625dd6 100644 --- a/resources/views/livewire/server/proxy/status.blade.php +++ b/resources/views/livewire/server/proxy/status.blade.php @@ -1,5 +1,7 @@ -