blob: 0241b349db2c876c6c775f1e6261e01d35bba92a [file] [log] [blame]
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"
},
"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": "#f8a800",
"size": 30,
"name": "IntVL"
},
"vdur": {
"shape": "square",
"color": "#cf1c24",
"size": 60,
"name": "VDUR"
},
"vnfr": {
"shape": "square",
"color": "#605ca8",
"size": 60,
"name": "VNFR"
},
},
"graphs": null
};