Update application and proxy configuration

This commit is contained in:
Andras Bacsai
2024-01-15 10:49:39 +01:00
parent 0f5559bc61
commit da71353bfa
3 changed files with 18 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ class Heading extends Component
} else {
dispatch(new ServerStatusJob($this->application->destination->server));
}
if ($showNotification) $this->dispatch('success', "Application ({$this->application->name}) status updated.");
if ($showNotification) $this->dispatch('success', "Application status updated.");
}
public function force_deploy_without_cache()