From 244a1e247b5d34b393fd93573f95382e5ed2ee74 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 23 Apr 2020 21:00:08 +0200 Subject: [PATCH] Change shutdown app order --- .../root/usr/share/luci/menu.d/luci-app-shutdown.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-shutdown/root/usr/share/luci/menu.d/luci-app-shutdown.json b/luci-app-shutdown/root/usr/share/luci/menu.d/luci-app-shutdown.json index 3cad13fcf..128a53a8c 100644 --- a/luci-app-shutdown/root/usr/share/luci/menu.d/luci-app-shutdown.json +++ b/luci-app-shutdown/root/usr/share/luci/menu.d/luci-app-shutdown.json @@ -1,7 +1,7 @@ { "admin/system/shutdown": { "title": "Shutdown", - "order": 60, + "order": 90, "action": { "type": "view", "path": "system/shutdown"