X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=static%2Fsrc%2Fosm_gui_properties.js;h=11947dafc03102c1d8da45c023794374331a91d9;hb=refs%2Fheads%2Ffeature7106;hp=25a6aba9ec53f3eefad0302bec9900c84ceaebe5;hpb=99f922f1dc8623a444930a621ce3696802d619c0;p=osm%2FLW-UI.git diff --git a/static/src/osm_gui_properties.js b/static/src/osm_gui_properties.js index 25a6aba..11947da 100644 --- a/static/src/osm_gui_properties.js +++ b/static/src/osm_gui_properties.js @@ -1,50 +1,78 @@ var osm_gui_properties = { - "v1": { - "default": { - "shape": "cross", - "color": "#42f44e", - "label_color": "black", - "size": 15 - }, "nodes": { - "ns_vl": { - "image": "vl-80.png", - // "shape": "triangle", - "color": "#196B90", + "default": { + "shape": "square", + "color": "#36c2f3", + "label_color": "black", + "default_node_label_color": "#000", + "size": 15 + }, + + "vnf": { + //"image": "vnf-100.png", + "shape": "square", + "color": "#605ca8", + "size": 35, + "width": 40, + "height": 20, + "name": "VNF" + }, + "vdu": { + "shape": "square", + //"color": "#50A7CC", + "color": "#cf1c24", + "size": 40, + "width": 40, + "height": 20, + "name": "VDU" + }, + "ns_cp": { + //"image": "cp-80.png", + "shape": "square", + "color": "#3c8dbc", "size": 20, - "name": "VL" + "name": "CP" }, "cp": { - "image": "cp-80.png", - // "shape": "circle", - "color": "#F27220", - "size": 20, + //"image": "cp-80.png", + "shape": "square", + "color": "#c6b63f", + "size": 30, "name": "CP" }, - "vnf": { - "image": "vnf-100.png", - // "shape": "square", - "color": "#54A698", - "size": 35, - "name": "VNF" + "int_cp": { + //"image": "cp-80.png", + "shape": "square", + "color": "#e3bfad", + "size": 15, + "name": "intCP", + "draggable": false + }, + "ns_vl": { + "shape": "triangle", + "color": "#5ba56e", + "size": 30, + "name": "VL" }, "vnf_vl": { "shape": "triangle", - //"color": "#5FC9DB", - "color": "#196B90", - "size": 11, + "color": "#f8a800", + "size": 30, "name": "IntVL" }, - - "vdu": { + "vdur": { "shape": "square", - //"color": "#50A7CC", - "color": "#54A698", - "size": 30, - "name": "VDU" - } + "color": "#cf1c24", + "size": 40, + "name": "VDUR" + }, + "vnfr": { + "shape": "square", + "color": "#605ca8", + "size": 40, + "name": "VNFR" + }, + }, "graphs": null - - } -} \ No newline at end of file + }; \ No newline at end of file