forked from aaPanel/BaoTa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
93 lines (93 loc) · 1.55 KB
/
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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"title": "首页",
"href": "/",
"class": "menu_home",
"id": "memuA",
"sort": 1
},
{
"title": "网站",
"href": "/site",
"class": "menu_web",
"id": "memuAsite",
"sort": 2
},
{
"title": "FTP",
"href": "/ftp",
"class": "menu_ftp",
"id": "memuAftp",
"sort": 3
},
{
"title": "数据库",
"href": "/database",
"class": "menu_data",
"id": "memuAdatabase",
"sort": 4
},
{
"title": "监控",
"href": "/control",
"class": "menu_control",
"id": "memuAcontrol",
"sort": 5
},
{
"title": "安全",
"href": "/firewall",
"class": "menu_firewall",
"id": "memuAfirewall",
"sort": 6
},
{
"title": "防火墙",
"href": "/btwaf/index",
"class": "menu_btwaf",
"id": "memu_btwaf",
"sort": 7
},
{
"title": "文件",
"href": "/files",
"class": "menu_folder",
"id": "memuAfiles",
"sort": 8
},
{
"title": "终端",
"href": "/xterm",
"class": "menu_xterm",
"id": "memuAxterm",
"sort": 9
},
{
"title": "计划任务",
"href": "/crontab",
"class": "menu_day",
"id": "memuAcrontab",
"sort": 10
},
{
"title": "软件商店",
"href": "/soft",
"class": "menu_soft",
"id": "memuAsoft",
"sort": 11
},
{
"title": "面板设置",
"href": "/config",
"class": "menu_set",
"id": "memuAconfig",
"sort": 12
},
{
"title": "退出",
"href": "/login?dologin=True",
"class": "menu_exit",
"id": "dologin",
"sort": 13
}
]