39 lines
664 B
JSON
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"
|
|
}
|
|
}
|
|
}
|