summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/root
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-status/root')
-rw-r--r--modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
index 53d4b1736b..7dd7dae73b 100644
--- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
+++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
@@ -8,20 +8,12 @@
}
},
- "admin/status/iptables/*": {
+ "admin/status/iptables": {
"title": "Firewall",
"order": 2,
"action": {
- "type": "template",
- "path": "admin_status/iptables"
- }
- },
-
- "admin/status/iptables_action/*": {
- "action": {
- "type": "call",
- "module": "luci.controller.admin.status",
- "function": "action_iptables"
+ "type": "view",
+ "path": "status/iptables"
}
},