several changes on auth flow
[osm/LW-UI.git] / static / src / osm_gui_properties.js
1 var osm_gui_properties = {
2 "v1": {
3 "default": {
4 "shape": "cross",
5 "color": "#42f44e",
6 "label_color": "black",
7 "size": 15
8 },
9 "nodes": {
10 "ns_vl": {
11 "image": "vl-80.png",
12 // "shape": "triangle",
13 "color": "#196B90",
14 "size": 20,
15 "name": "VL"
16 },
17 "cp": {
18 "image": "cp-80.png",
19 // "shape": "circle",
20 "color": "#F27220",
21 "size": 20,
22 "name": "CP"
23 },
24 "vnf": {
25 "image": "vnf-100.png",
26 // "shape": "square",
27 "color": "#54A698",
28 "size": 35,
29 "name": "VNF"
30 },
31 "vnf_vl": {
32 "shape": "triangle",
33 //"color": "#5FC9DB",
34 "color": "#196B90",
35 "size": 11,
36 "name": "IntVL"
37 },
38
39 "vdu": {
40 "shape": "square",
41 //"color": "#50A7CC",
42 "color": "#54A698",
43 "size": 30,
44 "name": "VDU"
45 }
46 },
47 "graphs": null
48
49 }
50 }