From ee4d8511728c16938c38a8eb2da9b330ec63b8e0 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:10:46 +0800 Subject: [PATCH] Update luci-app-passwall2.patch --- .github/diy/patches/luci-app-passwall2.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/diy/patches/luci-app-passwall2.patch b/.github/diy/patches/luci-app-passwall2.patch index e310c763..a7dc2dcc 100644 --- a/.github/diy/patches/luci-app-passwall2.patch +++ b/.github/diy/patches/luci-app-passwall2.patch @@ -113,11 +113,13 @@ --- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua +++ b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua -@@ -387,5 +387,6 @@ footer.global_cfgid = global_cfgid - footer.shunt_list = api.jsonc.stringify(shunt_list) +@@ -383,7 +383,7 @@ for k, v in pairs(nodes_table) do + end m:appendTemplate("/global/footer", {shunt_list = api.jsonc.stringify(shunt_list)}) -+m:appendTemplate(Template("/global/status_bottom")) +- ++m:appendTemplate("/global/status_bottom") + m:appendTemplate("/cbi/sortable", {sectiontype = s2.sectiontype}) return api.return_map(m)