luci-mod-status: rename realtime graph display name traffic into bandwith
[project/luci.git] / modules / luci-mod-status / root / usr / share / luci / menu.d / luci-mod-status.json
1 {
2 "admin/status/overview": {
3 "title": "Overview",
4 "order": 1,
5 "action": {
6 "type": "template",
7 "path": "admin_status/index"
8 },
9 "depends": {
10 "acl": [ "luci-mod-status-index" ]
11 }
12 },
13
14 "admin/status/routes": {
15 "title": "Routing",
16 "order": 2,
17 "action": {
18 "type": "view",
19 "path": "status/routes"
20 },
21 "depends": {
22 "acl": [ "luci-mod-status-routes" ]
23 }
24 },
25
26 "admin/status/iptables": {
27 "title": "Firewall",
28 "order": 3,
29 "action": {
30 "type": "view",
31 "path": "status/iptables"
32 },
33 "depends": {
34 "acl": [ "luci-mod-status-firewall" ],
35 "fs": [
36 { "/usr/sbin/nft": "absent", "/usr/sbin/iptables": "executable" },
37 { "/usr/sbin/nft": "absent", "/usr/sbin/ip6tables": "executable" }
38 ]
39 }
40 },
41
42 "admin/status/nftables": {
43 "title": "Firewall",
44 "order": 3,
45 "action": {
46 "type": "view",
47 "path": "status/nftables"
48 },
49 "depends": {
50 "acl": [ "luci-mod-status-firewall" ],
51 "fs": { "/usr/sbin/nft": "executable" }
52 }
53 },
54
55 "admin/status/nftables/iptables": {
56 "action": {
57 "type": "view",
58 "path": "status/iptables"
59 }
60 },
61
62 "admin/status/logs": {
63 "title": "System Log",
64 "order": 4,
65 "action": {
66 "type": "alias",
67 "path": "admin/status/logs/syslog"
68 },
69 "depends": {
70 "acl": [ "luci-mod-status-logs" ]
71 }
72 },
73
74 "admin/status/logs/syslog": {
75 "title": "System Log",
76 "order": 1,
77 "action": {
78 "type": "view",
79 "path": "status/syslog"
80 }
81 },
82
83 "admin/status/logs/dmesg": {
84 "title": "Kernel Log",
85 "order": 2,
86 "action": {
87 "type": "view",
88 "path": "status/dmesg"
89 }
90 },
91
92 "admin/status/processes": {
93 "title": "Processes",
94 "order": 6,
95 "action": {
96 "type": "view",
97 "path": "status/processes"
98 },
99 "depends": {
100 "acl": [ "luci-mod-status-processes" ]
101 }
102 },
103
104 "admin/status/channel_analysis": {
105 "title": "Channel Analysis",
106 "order": 7,
107 "action": {
108 "type": "view",
109 "path": "status/channel_analysis"
110 },
111 "depends": {
112 "acl": [ "luci-mod-status-channel_analysis" ],
113 "uci": { "wireless": { "@wifi-device": true } }
114 }
115 },
116
117 "admin/status/realtime": {
118 "title": "Realtime Graphs",
119 "order": 7,
120 "action": {
121 "type": "alias",
122 "path": "admin/status/realtime/load"
123 },
124 "depends": {
125 "acl": [ "luci-mod-status-realtime" ]
126 }
127 },
128
129 "admin/status/realtime/load": {
130 "title": "Load",
131 "order": 1,
132 "action": {
133 "type": "view",
134 "path": "status/load"
135 }
136 },
137
138 "admin/status/realtime/bandwidth": {
139 "title": "Bandwith",
140 "order": 2,
141 "action": {
142 "type": "view",
143 "path": "status/bandwidth"
144 }
145 },
146
147 "admin/status/realtime/wireless": {
148 "title": "Wireless",
149 "order": 3,
150 "action": {
151 "type": "view",
152 "path": "status/wireless"
153 },
154 "depends": {
155 "uci": { "wireless": { "@wifi-device": true } }
156 }
157 },
158
159 "admin/status/realtime/connections": {
160 "title": "Connections",
161 "order": 4,
162 "action": {
163 "type": "view",
164 "path": "status/connections"
165 }
166 }
167 }