1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2022-08-18 18:44:45 +02:00
parent 3a5fb9a6a5
commit d5bdf2f3c5
2 changed files with 9 additions and 7 deletions

View file

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