small fix
This commit is contained in:
parent
c9509ef658
commit
aa80392b46
@ -39,7 +39,7 @@ class Heading extends Component
|
||||
} else {
|
||||
dispatch(new ServerStatusJob($this->application->destination->server));
|
||||
}
|
||||
if ($showNotification) $this->dispatch('success', 'Application status updated.');
|
||||
if ($showNotification) $this->dispatch('success', "Application ({$this->application->name}) status updated.");
|
||||
}
|
||||
|
||||
public function force_deploy_without_cache()
|
||||
|
Loading…
x
Reference in New Issue
Block a user