luci: settings: Fix NFQWS2_PORTS_UDP_KEEPALIVE

This commit is contained in:
remittor
2025-12-20 10:12:14 +03:00
parent 116ce93c63
commit 7cd7293424

View File

@@ -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';