diff --git a/components/process-flow/VariableManager.vue b/components/process-flow/VariableManager.vue index e949500..5246015 100644 --- a/components/process-flow/VariableManager.vue +++ b/components/process-flow/VariableManager.vue @@ -5,13 +5,17 @@

Process Variables

-

Manage variables for your process flow

+

+ Manage variables for your process flow +

- @@ -25,40 +29,42 @@
- -

No Variables Added

-

Add variables to store and manage data in your process

- - - Add Your First Variable - + +

+ No Variables Added +

+

+ Add variables to store and manage data in your process +

-
-
+
+
- {{ variable.name }} - {{ + variable.name + }} + {{ variable.scope }} - + {{ variable.type }}
@@ -67,14 +73,14 @@

- -