diff --git a/src_assets/common/assets/web/apps.html b/src_assets/common/assets/web/apps.html index f026cba0..8908c50c 100644 --- a/src_assets/common/assets/web/apps.html +++ b/src_assets/common/assets/web/apps.html @@ -273,6 +273,7 @@ output: "", cmd: [], index: -1, + "exclude-global-prep-cmd": false, "prep-cmd": [], detached: [], "image-path": "" @@ -287,6 +288,8 @@ this.$set(this.editForm, "prep-cmd", []); if (this.editForm["detached"] === undefined) this.$set(this.editForm, "detached", []); + if (this.editForm["exclude-global-prep-cmd"] === undefined) + this.$set(this.editForm, "exclude-global-prep-cmd", false); this.showEditForm = true; }, showDeleteForm(id) {