1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31: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",
"order": 20,
"action": {
"type": "uci",
"type": "cbi",
"path": "https-dns-proxy"
},
"depends": {

View file

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

View file

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

View file

@ -3,8 +3,8 @@
"title": "OMR-DSCP",
"order": 80,
"action": {
"type": "uci",
"path": "omr-dscp"
"type": "cbi",
"path": "dscp"
},
"depends": {
"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",
"read": {
"uci": [ "dscp" ]

View file

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

View file

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

View file

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

View file

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