luci-app-nlbwmon: move into menu entry into service section
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
400140285a
commit
9e91737566
1 changed files with 9 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"admin/nlbw": {
|
"admin/services/nlbw": {
|
||||||
"title": "Bandwidth Monitor",
|
"title": "Bandwidth Monitor",
|
||||||
"order": 80,
|
"order": 80,
|
||||||
"action": {
|
"action": {
|
||||||
"type": "firstchild"
|
"type": "alias",
|
||||||
|
"path": "admin/services/nlbw/display"
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"acl": [ "luci-app-nlbwmon" ],
|
"acl": [ "luci-app-nlbwmon" ],
|
||||||
|
@ -11,27 +12,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"admin/nlbw/display": {
|
"admin/services/nlbw/display": {
|
||||||
"title": "Display",
|
"title": "Display",
|
||||||
"order": 1,
|
"order": 10,
|
||||||
"action": {
|
"action": {
|
||||||
"type": "view",
|
"type": "view",
|
||||||
"path": "nlbw/display"
|
"path": "nlbw/display"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"admin/nlbw/config": {
|
"admin/services/nlbw/config": {
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"order": 2,
|
"order": 20,
|
||||||
"action": {
|
"action": {
|
||||||
"type": "view",
|
"type": "view",
|
||||||
"path": "nlbw/config"
|
"path": "nlbw/config"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"admin/nlbw/backup": {
|
"admin/services/nlbw/backup": {
|
||||||
"title": "Backup",
|
"title": "Backup",
|
||||||
"order": 3,
|
"order": 30,
|
||||||
"action": {
|
"action": {
|
||||||
"type": "view",
|
"type": "view",
|
||||||
"path": "nlbw/backup"
|
"path": "nlbw/backup"
|
||||||
|
|
Loading…
Reference in a new issue