mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
Merge branch 'release/2.5' into develop
This commit is contained in:
commit
2270de73ee
5 changed files with 17 additions and 13 deletions
|
@ -43,8 +43,10 @@ class KubernetesConfigurationDataController {
|
|||
}
|
||||
|
||||
async editorUpdateAsync(cm) {
|
||||
this.formValues.DataYaml = cm.getValue();
|
||||
this.isEditorDirty = true;
|
||||
if (this.formValues.DataYaml !== cm.getValue()) {
|
||||
this.formValues.DataYaml = cm.getValue();
|
||||
this.isEditorDirty = true;
|
||||
}
|
||||
}
|
||||
|
||||
editorUpdate(cm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue