mirror of https://github.com/portainer/portainer
stop showing confirmation modal when updating application
parent
b3b168631d
commit
b43fb6b5e6
|
@ -168,6 +168,7 @@ class KubernetesCreateApplicationController {
|
|||
}
|
||||
this.state.updateWebEditorInProgress = true;
|
||||
await this.StackService.updateKubeStack({ EndpointId: this.endpoint.Id, Id: this.application.StackId }, this.stackFileContent, null);
|
||||
this.state.isEditorDirty = false;
|
||||
await this.$state.reload();
|
||||
} catch (err) {
|
||||
this.Notifications.error('Failure', err, 'Failed redeploying application');
|
||||
|
|
Loading…
Reference in New Issue