Update luci-app-passwall2.patch

This commit is contained in:
kiddin9
2026-08-16 20:10:46 +08:00
committed by GitHub
parent 1e807972bd
commit ee4d851172
+5 -3
View File
@@ -113,11 +113,13 @@
--- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua --- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua
+++ b/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 @@ -383,7 +383,7 @@ for k, v in pairs(nodes_table) do
footer.shunt_list = api.jsonc.stringify(shunt_list) end
m:appendTemplate("/global/footer", {shunt_list = api.jsonc.stringify(shunt_list)}) 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) return api.return_map(m)