Add OSM_SERVER and OSMUI_SQL_DATABASE_URI to Dockerfile
[osm/LW-UI.git] / static / src / osm_gui_properties.js
index 45abaf7..11947da 100644 (file)
@@ -11,7 +11,7 @@ var osm_gui_properties = {
             "vnf": {
                 //"image": "vnf-100.png",
                 "shape": "square",
-                "color": "#54A698",
+                "color": "#605ca8",
                 "size": 35,
                 "width": 40,
                 "height": 20,
@@ -20,25 +20,33 @@ var osm_gui_properties = {
             "vdu": {
                 "shape": "square",
                 //"color": "#50A7CC",
-                "color": "#54A698",
-                "size": 30,
+                "color": "#cf1c24",
+                "size": 40,
                 "width": 40,
                 "height": 20,
                 "name": "VDU"
             },
+            "ns_cp": {
+                //"image": "cp-80.png",
+                 "shape": "square",
+                "color": "#3c8dbc",
+                "size": 20,
+                "name": "CP"
+            },
             "cp": {
                 //"image": "cp-80.png",
                  "shape": "square",
                 "color": "#c6b63f",
-                "size": 40,
+                "size": 30,
                 "name": "CP"
             },
             "int_cp": {
                 //"image": "cp-80.png",
                  "shape": "square",
                 "color": "#e3bfad",
-                "size": 40,
-                "name": "CP"
+                "size": 15,
+                "name": "intCP",
+                "draggable": false
             },
             "ns_vl": {
                 "shape": "triangle",
@@ -55,13 +63,13 @@ var osm_gui_properties = {
             "vdur": {
                 "shape": "square",
                 "color": "#cf1c24",
-                "size": 60,
+                "size": 40,
                 "name": "VDUR"
             },
             "vnfr": {
                 "shape": "square",
                 "color": "#605ca8",
-                "size": 60,
+                "size": 40,
                 "name": "VNFR"
             },