Files
openwrt_packages/luci-app-bandix/root/usr/share/luci/menu.d/luci-app-bandix.json
2025-11-02 14:26:26 +08:00

39 lines
664 B
JSON

{
"admin/network/bandix": {
"title": "Bandix",
"order": 90,
"action": {
"type": "alias",
"path": "admin/network/bandix/index"
},
"depends": {
"acl": [ "luci-app-bandix" ],
"uci": { "bandix": true }
}
},
"admin/network/bandix/index": {
"title": "Status",
"order": 10,
"action": {
"type": "view",
"path": "bandix/index"
}
},
"admin/network/bandix/connection": {
"title": "Connections",
"order": 15,
"action": {
"type": "view",
"path": "bandix/connection"
}
},
"admin/network/bandix/settings": {
"title": "Settings",
"order": 20,
"action": {
"type": "view",
"path": "bandix/settings"
}
}
}