mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
updates
This commit is contained in:
@@ -9,11 +9,9 @@ class Status extends Component
|
||||
{
|
||||
public Application $application;
|
||||
|
||||
protected $listeners = [
|
||||
'applicationStatusChanged' => 'pollingStatus',
|
||||
];
|
||||
public function pollingStatus()
|
||||
public function applicationStatusChanged()
|
||||
{
|
||||
$this->emit('applicationStatusChanged');
|
||||
$this->application->refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user