From 9b340532be2fcba5e2066b935064bba6019fb36b Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 15 Mar 2025 07:56:16 +1100 Subject: [PATCH] wf work --- front/css/app.css | 4 +- front/workflowsCore.php | 94 ++++++++++++++++++++++++++++++++--------- 2 files changed, 76 insertions(+), 22 deletions(-) diff --git a/front/css/app.css b/front/css/app.css index 06523a0a..c92ebc09 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1858,9 +1858,9 @@ input[readonly] { margin: 2px; } -.workflows button +.button-container button { - /* width:100%; */ + width:100%; } #workflowContainerWrap diff --git a/front/workflowsCore.php b/front/workflowsCore.php index c44ce020..cec3cb9e 100755 --- a/front/workflowsCore.php +++ b/front/workflowsCore.php @@ -220,6 +220,15 @@ function generateWorkflowUI(wf, wfIndex) { $actionEl.append($fieldDropdown); $actionEl.append($actionValueInput); + // add actions group button + let $actionRemoveButton = $("