secubox-openwrt/luci-app-network-modes/root/usr/share/luci/menu.d/luci-app-network-modes.json

37 lines
722 B
JSON

{
"admin/secubox/network/network-modes": {
"title": "Network Modes",
"order": 20,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-network-modes"],
"uci": {"network_modes": true}
}
},
"admin/secubox/network/network-modes/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "network-modes/overview"
}
},
"admin/secubox/network/network-modes/wizard": {
"title": "Mode Wizard",
"order": 20,
"action": {
"type": "view",
"path": "network-modes/wizard"
}
},
"admin/secubox/network/network-modes/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "network-modes/settings"
}
}
}