1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Fix acl and menu json for apps

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-05-05 10:24:56 +02:00
parent 94dd3ef97f
commit c253fa189f
9 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@
"title": "Proxy DNS Over HTTPS", "title": "Proxy DNS Over HTTPS",
"order": 20, "order": 20,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "https-dns-proxy" "path": "https-dns-proxy"
}, },
"depends": { "depends": {

View file

@ -3,8 +3,8 @@
"title": "iPerf", "title": "iPerf",
"order": 10, "order": 10,
"action": { "action": {
"type": "uci", "type": "template",
"path": "iperf" "path": "iperf/test"
}, },
"depends": { "depends": {
"acl": [ "luci-app-iperf" ] "acl": [ "luci-app-iperf" ]

View file

@ -3,7 +3,7 @@
"title": "E-Mail", "title": "E-Mail",
"order": 90, "order": 90,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "mail" "path": "mail"
}, },
"depends": { "depends": {

View file

@ -3,8 +3,8 @@
"title": "OMR-DSCP", "title": "OMR-DSCP",
"order": 80, "order": 80,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "omr-dscp" "path": "dscp"
}, },
"depends": { "depends": {
"acl": [ "luci-app-omr-dscp" ] "acl": [ "luci-app-omr-dscp" ]

View file

@ -1,5 +1,5 @@
{ {
"luci-app-dscp": { "luci-app-omr-dscp": {
"description": "Grant UCI access for luci-app-dscp", "description": "Grant UCI access for luci-app-dscp",
"read": { "read": {
"uci": [ "dscp" ] "uci": [ "dscp" ]

View file

@ -3,8 +3,8 @@
"title": "Quota", "title": "Quota",
"order": 90, "order": 90,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "quota" "path": "quota/quota"
}, },
"depends": { "depends": {
"acl": [ "luci-app-omr-quota" ] "acl": [ "luci-app-omr-quota" ]

View file

@ -3,7 +3,7 @@
"title": "OMR-Tracker", "title": "OMR-Tracker",
"order": 10, "order": 10,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "omr-tracker" "path": "omr-tracker"
}, },
"depends": { "depends": {

View file

@ -3,7 +3,7 @@
"title": "OpenMPTCProuter", "title": "OpenMPTCProuter",
"order": 1, "order": 1,
"action": { "action": {
"type": "uci", "type": "template",
"path": "openmptcprouter/wizard" "path": "openmptcprouter/wizard"
}, },
"depends": { "depends": {

View file

@ -3,7 +3,7 @@
"title": "SNMPd", "title": "SNMPd",
"order": 91, "order": 91,
"action": { "action": {
"type": "uci", "type": "cbi",
"path": "snmpd" "path": "snmpd"
}, },
"depends": { "depends": {