-
Notifications
You must be signed in to change notification settings - Fork 1
/
admin_menu-Action.json
62 lines (62 loc) · 1.37 KB
/
admin_menu-Action.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"menuLabel": "&Actions",
"bookmarks": [
{
"title": "Validation",
"url": "http://localhost/admin/validation.php",
"type": "link",
"shortcut": "Alt+Shift+V"
},
{
"title": "Schedule",
"url": "http://localhost/admin/schedule.php",
"type": "link",
"shortcut": "Alt+Shift+S"
},
{
"title": "Flight assign",
"url": "http://localhost/admin/flight_assign.php",
"type": "link",
"shortcut": "Alt+Shift+F"
},
{
"title": "Hotel assign",
"url": "http://localhost/admin/hotel_assign.php",
"type": "link",
"shortcut": "Alt+Shift+H"
},
{
"title": "Drivers",
"url": "http://localhost/admin/drivers.php",
"type": "link",
"shortcut": "Alt+Shift+D"
},
{
"title": "Airports",
"url": "http://localhost/admin/locations.php",
"type": "link",
"shortcut": "Alt+Shift+A"
},
{
"title": "Stats",
"url": "http://localhost/admin/stats.php",
"type": "link",
"shortcut": "Alt+Shift+R"
},
{
"type": "separator"
},
{
"title": "Visit user site",
"url": "http://localhost/user/",
"type": "link",
"shortcut": "Alt+U"
},
{
"title": "Log out",
"url": "http://localhost/admin/action.php",
"type": "link",
"shortcut": "Alt+L"
}
]
}