summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2021-06-15 10:59:18 +0200
committerGitHub <noreply@github.com>2021-06-15 10:59:18 +0200
commit19e237d0155819c467395033907b4790409c81a4 (patch)
treeb48e1a2bb70a847f9d19a726d1a1940e3aee7c44 /applications
parenta26b53314db468e2a3c0c5ea4d8db4939d8eb09c (diff)
parent9e91737566cc6101b4bf37107c6d945842f06bb8 (diff)
Merge pull request #4264 from TDT-AG/pr/20200713-luci-app-nlbwmon
luci-app-nlbwmon: move into menu entry into service section
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json b/applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json
index 5b597c6329..b744a6a6de 100644
--- a/applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json
+++ b/applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json
@@ -1,9 +1,10 @@
{
- "admin/nlbw": {
+ "admin/services/nlbw": {
"title": "Bandwidth Monitor",
"order": 80,
"action": {
- "type": "firstchild"
+ "type": "alias",
+ "path": "admin/services/nlbw/display"
},
"depends": {
"acl": [ "luci-app-nlbwmon" ],
@@ -11,27 +12,27 @@
}
},
- "admin/nlbw/display": {
+ "admin/services/nlbw/display": {
"title": "Display",
- "order": 1,
+ "order": 10,
"action": {
"type": "view",
"path": "nlbw/display"
}
},
- "admin/nlbw/config": {
+ "admin/services/nlbw/config": {
"title": "Configuration",
- "order": 2,
+ "order": 20,
"action": {
"type": "view",
"path": "nlbw/config"
}
},
- "admin/nlbw/backup": {
+ "admin/services/nlbw/backup": {
"title": "Backup",
- "order": 3,
+ "order": 30,
"action": {
"type": "view",
"path": "nlbw/backup"