mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-03 23:28:50 +03:00
42 lines
678 B
JSON
42 lines
678 B
JSON
{
|
|
"admin/services/zapret2": {
|
|
"title": "Zapret2",
|
|
"order": 62,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/zapret2/service"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-zapret2" ],
|
|
"uci": { "zapret2": true }
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/service": {
|
|
"title": "Service",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/service"
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/settings": {
|
|
"title": "Settings",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/settings"
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/dmnlog": {
|
|
"title": "Log Viewer",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/dmnlog"
|
|
}
|
|
}
|
|
}
|