1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

升级测试

This commit is contained in:
suyuan 2020-09-20 22:45:21 +08:00
parent b166c00049
commit f43983c391
19 changed files with 2770 additions and 761 deletions

View file

@ -0,0 +1,13 @@
{
"admin/system/status": {
"title": "Status",
"order": 1,
"action": {
"type": "template",
"path": "status/wanstatus"
},
"depends": {
"acl": [ "luci-app-status" ]
}
}
}

View file

@ -0,0 +1,14 @@
{
"luci-app-status": {
"description": "Grant UCI access for luci-app-status",
"read": {
"uci": [ "*" ],
"ubus": {
"openmptcprouter": [ "*" ]
}
},
"write": {
"uci": [ "*" ]
}
}
}