1
0
Fork 0
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:
Prabhat Khera 2023-05-01 09:14:30 +12:00 committed by GitHub
parent 0f9a0e25f2
commit 731f3959c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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) {