From 1fa7e6178556ca6d617f234591ca1daea5cd27c2 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 29 Mar 2024 09:51:44 +0100 Subject: [PATCH] Increase mod dashboard order --- .../root/usr/share/luci/menu.d/luci-mod-dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json b/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json index 555884674..88c4a4c4d 100644 --- a/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json +++ b/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json @@ -1,7 +1,7 @@ { "admin/dashboard": { "title": "Dashboard", - "order": 1, + "order": 5, "action": { "type": "view", "path": "dashboard/index"