| var osm_gui_properties = { | |
| "nodes": { | |
| "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": "CP" | |
| }, | |
| "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", | |
| "draggable": false | |
| }, | |
| "ns_vl": { | |
| "shape": "triangle", | |
| "color": "#5ba56e", | |
| "size": 30, | |
| "name": "VL" | |
| }, | |
| "vnf_vl": { | |
| "shape": "triangle", | |
| "color": "#f8a800", | |
| "size": 30, | |
| "name": "IntVL" | |
| }, | |
| "vdur": { | |
| "shape": "square", | |
| "color": "#cf1c24", | |
| "size": 40, | |
| "name": "VDUR" | |
| }, | |
| "vnfr": { | |
| "shape": "square", | |
| "color": "#605ca8", | |
| "size": 40, | |
| "name": "VNFR" | |
| }, | |
| }, | |
| "graphs": null | |
| }; |