mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user