fix composer bug
[osm/LW-UI.git] / static / src / osm_gui_properties.js
1 var osm_gui_properties = {
2 "nodes": {
3 "default": {
4 "shape": "square",
5 "color": "#36c2f3",
6 "label_color": "black",
7 "default_node_label_color": "#000",
8 "size": 15
9 },
10
11 "vnf": {
12 //"image": "vnf-100.png",
13 "shape": "square",
14 "color": "#605ca8",
15 "size": 35,
16 "width": 40,
17 "height": 20,
18 "name": "VNF"
19 },
20 "vdu": {
21 "shape": "square",
22 //"color": "#50A7CC",
23 "color": "#cf1c24",
24 "size": 40,
25 "width": 40,
26 "height": 20,
27 "name": "VDU"
28 },
29 "ns_cp": {
30 //"image": "cp-80.png",
31 "shape": "square",
32 "color": "#3c8dbc",
33 "size": 20,
34 "name": "CP"
35 },
36 "cp": {
37 //"image": "cp-80.png",
38 "shape": "square",
39 "color": "#c6b63f",
40 "size": 30,
41 "name": "CP"
42 },
43 "int_cp": {
44 //"image": "cp-80.png",
45 "shape": "square",
46 "color": "#e3bfad",
47 "size": 15,
48 "name": "intCP"
49 },
50 "ns_vl": {
51 "shape": "triangle",
52 "color": "#5ba56e",
53 "size": 30,
54 "name": "VL"
55 },
56 "vnf_vl": {
57 "shape": "triangle",
58 "color": "#f8a800",
59 "size": 30,
60 "name": "IntVL"
61 },
62 "vdur": {
63 "shape": "square",
64 "color": "#cf1c24",
65 "size": 40,
66 "name": "VDUR"
67 },
68 "vnfr": {
69 "shape": "square",
70 "color": "#605ca8",
71 "size": 40,
72 "name": "VNFR"
73 },
74
75 },
76 "graphs": null
77 };