forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.json
33 lines (33 loc) · 875 Bytes
/
menu.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
{
"name": "Dashboard",
"short_name": "dashboard",
"icon_class": "fa fa-dashboard",
"bgcolor": "lightgreen"
},
{
"name": "Performance",
"short_name": "performance",
"icon_class": "fa fa-bar-chart-o",
"bgcolor": "lightseagreen "
},
{
"name": "Administration",
"short_name": "administration",
"icon_class": "fa fa-folder-open",
"bgcolor": "#FA5858",
"menus" : [
{
"name": "Extensions",
"short_name": "extensions",
"menus" : [
{
"name" : "Modules",
"short_name" : "modules",
"route" : "/centreon-administration/extensions/module"
}
]
}
]
}
]