Added juci acl lists (whole luciexpress package will be removed later)

This commit is contained in:
Martin Schröder 2015-06-05 10:23:12 +02:00 committed by Martin Schröder
parent 43621f9551
commit ebe9a992be
8 changed files with 46 additions and 12 deletions

View file

@ -1,6 +1,7 @@
{
"internet": {
"title": "Internet",
"redirect": "internet/firewall",
"index": 30
},
"internet/firewall": {

View file

@ -1,6 +1,7 @@
{
"status": {
"title": "Status",
"redirect": "status/status",
"index": 60
},
"status/status": {

View file

@ -1,6 +1,7 @@
{
"settings": {
"title": "Settings",
"redirect": "settings/password",
"index": 50
},
"settings/password": {

View file

@ -0,0 +1,42 @@
{
"phone": {
"title": "Phone",
"redirect": "phone/call_log",
"index": 20
},
"phone/call_log": {
"title": "Call Log",
"acls": [ ],
"index": 10
},
"phone/number_blocking": {
"title": "Number Blocking",
"modes": [ "expert" ],
"acls": [ ],
"index": 20
},
"phone/ringing_schedule": {
"title": "Ringing Schedule",
"modes": [ "expert" ],
"acls": [ ],
"index": 30
},
"phone/numbers": {
"title": "Phone Numbers",
"modes": [ "expert" ],
"acls": [ ],
"index": 40
},
"phone/lines": {
"title": "Phone Lines",
"modes": [ "expert" ],
"acls": [ ],
"index": 41
},
"phone/speed_dialing": {
"title": "Speed Dialing",
"modes": [ "expert" ],
"acls": [ ],
"index": 50
}
}

View file

@ -2,6 +2,7 @@
"wifi": {
"title": "WiFi",
"files": [ "/etc/config/wireless" ],
"redirect": "wifi/general",
"index": 40
},
"wifi/general": {

View file

@ -1,12 +0,0 @@
{
"status/status/voice": {
"title": "Voice",
"acls": [ "status" ],
"index": 20
},
"status/status/tv": {
"title": "Vodafone TV",
"acls": [ "status" ],
"index": 30
}
}