💐 Sync 2026-01-26 00:01:00
All checks were successful
openwrt_helloworld / Update openwrt_helloworld (openwrt-25.12) (push) Successful in 17s
All checks were successful
openwrt_helloworld / Update openwrt_helloworld (openwrt-25.12) (push) Successful in 17s
This commit is contained in:
@@ -318,13 +318,13 @@ if (mods:find("REDIRECT") and mods:find("TPROXY")) or (mods:find("nft_redir") an
|
|||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
else
|
else
|
||||||
local html = string.format([[<div class="cbi-checkbox"><input class="cbi-input-checkbox" type="checkbox" disabled></div><div class="cbi-value-description"><font color="red">%s</font></div>]], translate("Missing components, transparent proxy is unavailable."))
|
local html = string.format([[<div class="cbi-checkbox"><input class="cbi-input-checkbox" type="checkbox" disabled></div><div class="cbi-value-description"><font color="red">%s</font></div>]], translate("Missing components, transparent proxy is unavailable."))
|
||||||
o = s:taboption("Proxy", DummyValue, "localhost_proxy", translate("Localhost Proxy"))
|
o = s:taboption("Main", DummyValue, "localhost_proxy", translate("Localhost Proxy"))
|
||||||
o.rawhtml = true
|
o.rawhtml = true
|
||||||
function o.cfgvalue(self, section)
|
function o.cfgvalue(self, section)
|
||||||
return html
|
return html
|
||||||
end
|
end
|
||||||
|
|
||||||
o = s:taboption("Proxy", DummyValue, "client_proxy", translate("Client Proxy"))
|
o = s:taboption("Main", DummyValue, "client_proxy", translate("Client Proxy"))
|
||||||
o.rawhtml = true
|
o.rawhtml = true
|
||||||
function o.cfgvalue(self, section)
|
function o.cfgvalue(self, section)
|
||||||
return html
|
return html
|
||||||
|
|||||||
Reference in New Issue
Block a user