diff --git a/luci-app-watchdog/root/usr/share/luci/menu.d/luci-app-watchdog.json b/luci-app-watchdog/root/usr/share/luci/menu.d/luci-app-watchdog.json index 654805625..5e39cab76 100644 --- a/luci-app-watchdog/root/usr/share/luci/menu.d/luci-app-watchdog.json +++ b/luci-app-watchdog/root/usr/share/luci/menu.d/luci-app-watchdog.json @@ -1,4 +1,12 @@ { + "admin/control": { + "title": "Control", + "order": 1, + "action": { + "type": "firstchild", + "recurse": true + } + }, "admin/control/watchdog": { "title": "Watch Dog", "order": 10, @@ -14,7 +22,7 @@ "admin/control/watchdog/config": { "title": "Basic Settings", - "order": 10, + "order": 20, "action": { "type": "view", "path": "watchdog/basic" @@ -22,7 +30,7 @@ }, "admin/control/watchdog/log": { "title": "Log", - "order": 40, + "order": 30, "action": { "type": "view", "path": "watchdog/log"