Files
op-packages/luci-app-librespeed/root/usr/share/luci/menu.d/luci-app-librespeed.json
T

42 lines
693 B
JSON

{
"admin/network/librespeed": {
"title": "LibreSpeed",
"order": 70,
"action": {
"type": "alias",
"path": "admin/network/librespeed/test"
},
"depends": {
"acl": [ "luci-app-librespeed" ],
"uci": { "librespeed": true }
}
},
"admin/network/librespeed/test": {
"title": "Test",
"order": 10,
"action": {
"type": "view",
"path": "librespeed/test"
}
},
"admin/network/librespeed/history": {
"title": "History",
"order": 20,
"action": {
"type": "view",
"path": "librespeed/history"
}
},
"admin/network/librespeed/settings": {
"title": "Settings",
"order": 30,
"action": {
"type": "view",
"path": "librespeed/settings"
}
}
}