fix: service status check is a bit better

This commit is contained in:
Andras Bacsai
2023-10-17 10:17:03 +02:00
parent 83d6e488e4
commit 36dc479772
6 changed files with 6 additions and 5 deletions

View File

@@ -34,5 +34,6 @@ class Navbar extends Component
StopService::run($this->service);
$this->service->refresh();
$this->emit('success', 'Service stopped successfully.');
$this->checkStatus();
}
}