0060e130775cab8b89d5cade28cabb94b902a1f3
[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 "cp": {
30 //"image": "cp-80.png",
31 "shape": "square",
32 "color": "#c6b63f",
33 "size": 30,
34 "name": "CP"
35 },
36 "int_cp": {
37 //"image": "cp-80.png",
38 "shape": "square",
39 "color": "#e3bfad",
40 "size": 15,
41 "name": "intCP"
42 },
43 "ns_vl": {
44 "shape": "triangle",
45 "color": "#5ba56e",
46 "size": 30,
47 "name": "VL"
48 },
49 "vnf_vl": {
50 "shape": "triangle",
51 "color": "#f8a800",
52 "size": 30,
53 "name": "IntVL"
54 },
55 "vdur": {
56 "shape": "square",
57 "color": "#cf1c24",
58 "size": 40,
59 "name": "VDUR"
60 },
61 "vnfr": {
62 "shape": "square",
63 "color": "#605ca8",
64 "size": 40,
65 "name": "VNFR"
66 },
67
68 },
69 "graphs": null
70 };