diff --git a/pages/process-builder/index.vue b/pages/process-builder/index.vue index 628b6c8..6f05526 100644 --- a/pages/process-builder/index.vue +++ b/pages/process-builder/index.vue @@ -2940,17 +2940,6 @@ const sendToBack = () => { - - - - - -
+
@@ -3130,17 +3119,24 @@ const sendToBack = () => {
-
+
+
-
+
-
-

Connection

-

{{ selectedEdgeData.id }}

+
+

Connection

-
+ + +
+

{{ selectedEdgeData.id }}

+
+ + +
{ :title="`Copy Edge (Ctrl+C)${currentSelectionInfo ? ' - ' + currentSelectionInfo : clipboardInfo ? ' - Current: ' + clipboardInfo : ''}`" class="modern-icon-btn" > - + { :title="'Delete Edge'" class="modern-icon-btn" > - +
-
+

@@ -3210,32 +3206,28 @@ const sendToBack = () => {
-
+
+
-
-
-

+
+

{{ selectedNodeData.data?.isShape ? 'Shape' : 'Node' }}: {{ selectedNodeData.type.replace('-', ' ') }}

-

{{ selectedNodeData.id }}

+ + +
+

{{ selectedNodeData.id }}

+
+ +
- - - { :title="'Duplicate Node'" class="modern-icon-btn" > - + { :title="'Delete Node'" class="modern-icon-btn" > - +
-
+
-

+

Basic Properties