mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix ndpi support
This commit is contained in:
parent
3a5fb9a6a5
commit
d5bdf2f3c5
2 changed files with 9 additions and 7 deletions
|
@ -223,6 +223,9 @@ return L.view.extend({
|
|||
o.noinactive = true;
|
||||
o.nocreate = true;
|
||||
|
||||
o = s.option(form.Flag, 'ndpi', _('Enable ndpi'));
|
||||
o.default = o.enabled;
|
||||
|
||||
o = s.option(form.Value, 'note', _('Note'));
|
||||
o.rmempty = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue