Update service stop message and fix sidebar alignment

This commit is contained in:
Andras Bacsai
2024-02-26 12:38:15 +01:00
parent 9268f9db1d
commit bf1475441d
3 changed files with 102 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class Navbar extends Component
StopService::run($this->service);
$this->service->refresh();
if ($forceCleanup) {
$this->dispatch('success', 'Force cleanup service.');
$this->dispatch('success', 'Containers cleaned up.');
} else {
$this->dispatch('success', 'Service stopped.');
}