mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 18:29:44 +02:00
stop showing confirmation modal when updating application
This commit is contained in:
parent
b3b168631d
commit
b43fb6b5e6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue