composer: intCp not selectable
[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 "draggable": false
50 },
51 "ns_vl": {
52 "shape": "triangle",
53 "color": "#5ba56e",
54 "size": 30,
55 "name": "VL"
56 },
57 "vnf_vl": {
58 "shape": "triangle",
59 "color": "#f8a800",
60 "size": 30,
61 "name": "IntVL"
62 },
63 "vdur": {
64 "shape": "square",
65 "color": "#cf1c24",
66 "size": 40,
67 "name": "VDUR"
68 },
69 "vnfr": {
70 "shape": "square",
71 "color": "#605ca8",
72 "size": 40,
73 "name": "VNFR"
74 },
75
76 },
77 "graphs": null
78 };