Sync Integ to Master
[sdc.git] / catalog-ui / src / app / directives / graphs-v2 / common / style / component-instances-nodes-style.ts
index 36c75c5..596dcec 100644 (file)
@@ -175,6 +175,17 @@ export class ComponentInstanceNodesStyle {
                     'control-point-step-size': 30
                 }
             },
+            {
+                selector: '.vl-link-1',
+                css: {
+                    'width': 3,
+                    'line-color': GraphColors.ACTIVE_LINK,
+                    'curve-style': 'unbundled-bezier',
+                    'target-arrow-color': '#3b7b9b',
+                    'target-arrow-shape': 'triangle',
+                    'control-point-step-size': 30
+                }
+            },
             {
                 selector: '.ucpe-host-link',
                 css: {
@@ -195,6 +206,17 @@ export class ComponentInstanceNodesStyle {
                 }
             },
 
+            {
+                selector: '.service-path-link',
+                css: {
+                    'width': 2,
+                    'line-color': GraphColors.SERVICE_PATH_LINK,
+                    'target-arrow-color': GraphColors.SERVICE_PATH_LINK,
+                    'target-arrow-shape': 'triangle',
+                    'curve-style': 'bezier',
+                    'control-point-step-size': 30
+                }
+            },
             {
                 selector: '.not-certified',
                 css: {