X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=static%2Fsrc%2Fosm_gui_properties.js;h=0060e130775cab8b89d5cade28cabb94b902a1f3;hb=refs%2Fchanges%2F08%2F7008%2F3;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..0060e13 100644 --- a/static/src/osm_gui_properties.js +++ b/static/src/osm_gui_properties.js @@ -1,50 +1,70 @@ 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", - "size": 20, - "name": "VL" - }, - "cp": { - "image": "cp-80.png", - // "shape": "circle", - "color": "#F27220", - "size": 20, - "name": "CP" + "default": { + "shape": "square", + "color": "#36c2f3", + "label_color": "black", + "default_node_label_color": "#000", + "size": 15 }, + "vnf": { - "image": "vnf-100.png", - // "shape": "square", - "color": "#54A698", + //"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" + }, + "cp": { + //"image": "cp-80.png", + "shape": "square", + "color": "#c6b63f", + "size": 30, + "name": "CP" + }, + "int_cp": { + //"image": "cp-80.png", + "shape": "square", + "color": "#e3bfad", + "size": 15, + "name": "intCP" + }, + "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