diff --git a/src/components/modals/agents/RunScript.vue b/src/components/modals/agents/RunScript.vue index daaf0c5..1c8a7bb 100644 --- a/src/components/modals/agents/RunScript.vue +++ b/src/components/modals/agents/RunScript.vue @@ -16,6 +16,20 @@ label="Select script" map-options emit-value + options-dense + /> + + + @@ -71,6 +85,7 @@ export default { timeout: 30, ret: null, output: "wait", + args: [], }; }, computed: { @@ -98,6 +113,7 @@ export default { timeout: this.timeout, scriptPK: this.scriptPK, output: this.output, + args: this.args, }; this.$axios .post("/agents/runscript/", data)