luci-app-unbound: additional fixes

follow-up to e08008ceca

rename variables which re-assign the previous
form.Value entry.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-03-13 13:53:34 +01:00
parent 11ff260b5f
commit 5e9c736a9c

View File

@@ -271,8 +271,8 @@ return view.extend({
tlm.placeholder = '120';
const tlnm = s.taboption('resource', form.Value, 'ttl_neg_max', _('TTL Neg Max'));
tlm.datatype = 'and(uinteger,min(0),max(1200))';
tlm.placeholder = '1000';
tlnm.datatype = 'and(uinteger,min(0),max(1200))';
tlnm.placeholder = '1000';
const rtt = s.taboption('resource', form.Value, 'rate_limit', _('Query Rate Limit'),
_('Prevent client query overload; zero is off'));