mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
升级测试
This commit is contained in:
parent
b166c00049
commit
f43983c391
19 changed files with 2770 additions and 761 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"admin/system/status": {
|
||||
"title": "Status",
|
||||
"order": 1,
|
||||
"action": {
|
||||
"type": "template",
|
||||
"path": "status/wanstatus"
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-app-status" ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"luci-app-status": {
|
||||
"description": "Grant UCI access for luci-app-status",
|
||||
"read": {
|
||||
"uci": [ "*" ],
|
||||
"ubus": {
|
||||
"openmptcprouter": [ "*" ]
|
||||
}
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue