From 68719ada4b0570c8299ee979552a66bf4797d14c Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Tue, 10 Sep 2024 16:54:12 -0400 Subject: [PATCH] Added Workflow header 'gray bar' for consistency with Tool Form page design --- .../Workflow/Run/WorkflowRunForm.vue | 28 +++-- .../Workflow/Run/WorkflowRunFormSimple.vue | 100 ++++++++++-------- 2 files changed, 75 insertions(+), 53 deletions(-) diff --git a/client/src/components/Workflow/Run/WorkflowRunForm.vue b/client/src/components/Workflow/Run/WorkflowRunForm.vue index cedc38329e32..1f02583fc07a 100644 --- a/client/src/components/Workflow/Run/WorkflowRunForm.vue +++ b/client/src/components/Workflow/Run/WorkflowRunForm.vue @@ -6,15 +6,25 @@ send the results to a new one. -
- Workflow: {{ model.name }} (version: {{ model.runData.version + 1 }}) - +
+
+
+
+ + Workflow: {{ model.name }} + (version: {{ model.runData.version + 1 }}) +
+
+
+ +
+
diff --git a/client/src/components/Workflow/Run/WorkflowRunFormSimple.vue b/client/src/components/Workflow/Run/WorkflowRunFormSimple.vue index 20f88c627557..6e0a486494cb 100644 --- a/client/src/components/Workflow/Run/WorkflowRunFormSimple.vue +++ b/client/src/components/Workflow/Run/WorkflowRunFormSimple.vue @@ -1,55 +1,67 @@