From 7cd7293424a3b00c30fa1a04d1058a3b4d94e3ab Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 20 Dec 2025 10:12:14 +0300 Subject: [PATCH] luci: settings: Fix NFQWS2_PORTS_UDP_KEEPALIVE --- .../htdocs/luci-static/resources/view/zapret2/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js b/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js index c9a137a..3d844fc 100644 --- a/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js +++ b/luci-app-zapret/htdocs/luci-static/resources/view/zapret2/settings.js @@ -201,7 +201,7 @@ return view.extend({ o.rmempty = false; o.datatype = 'uinteger'; - o = s.taboption(tabname, form.Value, 'NFQWS_PORTS_UDP_KEEPALIVE', _('NFQWS_PORTS_UDP_KEEPALIVE')); + o = s.taboption(tabname, form.Value, 'NFQWS2_PORTS_UDP_KEEPALIVE', _('NFQWS2_PORTS_UDP_KEEPALIVE')); o.rmempty = false; o.datatype = 'uinteger';