From 16c23472b874e016a9ca0add97f559c9cd25ffe7 Mon Sep 17 00:00:00 2001 From: xhzeem <34074156+xhzeem@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:51:10 +0800 Subject: [PATCH] Fix the AutoRun module options and require mandatory parameters. --- src/components/AutoRunModules.vue | 201 +++++++++++++++++++----------- 1 file changed, 131 insertions(+), 70 deletions(-) diff --git a/src/components/AutoRunModules.vue b/src/components/AutoRunModules.vue index b02a23e..d5f81c1 100644 --- a/src/components/AutoRunModules.vue +++ b/src/components/AutoRunModules.vue @@ -49,23 +49,31 @@ cursor: grab; display: flex; align-items: center; + justify-content: space-between; margin-bottom: 5px; " > - mdi-drag-horizontal - {{ index + 1 }}. {{ module.id || module.module_id }} +
+ mdi-drag-horizontal + {{ index + 1 }}. {{ module.id || module.module_id }} +
+
+ + Edit Options + + + Delete + +
- - Edit Options - - - Delete - @@ -86,38 +94,33 @@ - - + + Options - - - - - {{ field.description }} - - + + - Cancel - Save + + + Cancel + + + Save + @@ -127,12 +130,12 @@