mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 19:27:37 +01:00
Added juci acl lists (whole luciexpress package will be removed later)
This commit is contained in:
parent
43621f9551
commit
ebe9a992be
8 changed files with 46 additions and 12 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"internet": {
|
||||
"title": "Internet",
|
||||
"redirect": "internet/firewall",
|
||||
"index": 30
|
||||
},
|
||||
"internet/firewall": {
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"status": {
|
||||
"title": "Status",
|
||||
"redirect": "status/status",
|
||||
"index": 60
|
||||
},
|
||||
"status/status": {
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"redirect": "settings/password",
|
||||
"index": 50
|
||||
},
|
||||
"settings/password": {
|
||||
42
luciexpress/share/menu.d/juci-mod-voice.json
Normal file
42
luciexpress/share/menu.d/juci-mod-voice.json
Normal 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
|
||||
}
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
"wifi": {
|
||||
"title": "WiFi",
|
||||
"files": [ "/etc/config/wireless" ],
|
||||
"redirect": "wifi/general",
|
||||
"index": 40
|
||||
},
|
||||
"wifi/general": {
|
||||
0
luciexpress/share/menu.d/juci-theme-vodafone.json
Normal file
0
luciexpress/share/menu.d/juci-theme-vodafone.json
Normal file
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"status/status/voice": {
|
||||
"title": "Voice",
|
||||
"acls": [ "status" ],
|
||||
"index": 20
|
||||
},
|
||||
"status/status/tv": {
|
||||
"title": "Vodafone TV",
|
||||
"acls": [ "status" ],
|
||||
"index": 30
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue