mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(UI): update application deploy/update messages EE-4005 (#8819)
This commit is contained in:
parent
0f9a0e25f2
commit
731f3959c7
2 changed files with 3 additions and 3 deletions
|
@ -281,7 +281,7 @@ class KubernetesDeployController {
|
|||
|
||||
await this.StackService.kubernetesDeploy(this.endpoint.Id, method, payload);
|
||||
|
||||
this.Notifications.success('Success', 'Manifest successfully deployed');
|
||||
this.Notifications.success('Success', 'Request to deploy manifest successfully submitted');
|
||||
this.state.isEditorDirty = false;
|
||||
|
||||
if (this.$state.params.referrer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue