feat: add proxy start to server validation
fix: boarding flow updated
This commit is contained in:
@@ -12,7 +12,7 @@ class Status extends Component
|
||||
public Server $server;
|
||||
public bool $polling = false;
|
||||
public int $numberOfPolls = 0;
|
||||
protected $listeners = ['proxyStatusUpdated', 'startProxyPolling'];
|
||||
protected $listeners = ['proxyStatusUpdated' => '$refresh', 'startProxyPolling'];
|
||||
|
||||
public function startProxyPolling()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user