diff --git a/src_assets/common/assets/web/apps.html b/src_assets/common/assets/web/apps.html
index 9f4b5112..ea0324a0 100644
--- a/src_assets/common/assets/web/apps.html
+++ b/src_assets/common/assets/web/apps.html
@@ -171,7 +171,7 @@
{{ $t('apps.cmd_prep_desc') }}
-
@@ -205,7 +205,7 @@
-
+
@@ -510,7 +510,7 @@
});
}
},
- addPrepCmd() {
+ addPrepCmd(idx) {
const template = {
do: "",
undo: ""
@@ -520,7 +520,7 @@
template.elevated = false;
}
- this.editForm["prep-cmd"].push(template);
+ this.editForm["prep-cmd"].splice(idx + 1, 0, template);
},
showCoverFinder($event) {
this.coverCandidates = [];