fix: check proxy after mount on server view

fix: change realtime console log
version++
This commit is contained in:
Andras Bacsai
2023-12-21 09:28:39 +01:00
parent 665e3761c4
commit 29ee9915f3
6 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ class Status extends Component
protected $listeners = ['proxyStatusUpdated', 'startProxyPolling'];
public function mount() {
$this->checkProxy();
}
public function startProxyPolling()
{