luci-app-mwan3: change form value flush_conntrack to a dynamic list
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b536f73131
commit
57688b9ce8
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ return view.extend({
|
|||
o.value('9');
|
||||
o.value('10');
|
||||
|
||||
o = s.option(form.ListValue, 'flush_conntrack', _('Flush conntrack table'),
|
||||
o = s.option(form.DynamicList, 'flush_conntrack', _('Flush conntrack table'),
|
||||
_('Flush global firewall conntrack table on interface events'));
|
||||
o.value('ifup', _('ifup (netifd)'));
|
||||
o.value('ifdown', _('ifdown (netifd)'));
|
||||
|
|
Loading…
Reference in a new issue