fix: restart proxy does not work + status indicator on the UI

This commit is contained in:
Andras Bacsai
2024-07-23 11:11:54 +02:00
parent 320204d854
commit f134171855
2 changed files with 8 additions and 5 deletions

View File

@@ -16,7 +16,10 @@ class Status extends Component
public int $numberOfPolls = 0;
protected $listeners = ['proxyStatusUpdated' => '$refresh', 'startProxyPolling'];
protected $listeners = [
'proxyStatusUpdated',
'startProxyPolling',
];
public function startProxyPolling()
{