Merge pull request #4264 from TDT-AG/pr/20200713-luci-app-nlbwmon

luci-app-nlbwmon: move into menu entry into service section
This commit is contained in:
Florian Eckert 2021-06-15 10:59:18 +02:00 committed by GitHub
commit 19e237d015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"