1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix sections name for omr-bypass

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-05 20:27:59 +02:00
parent 17d5b8d6d9
commit 9c9e1a2869

View file

@ -49,7 +49,7 @@ return L.view.extend({
o = s.option(form.Value, 'note', _('Note'));
o.rmempty = true;
s = m.section(form.GridSection, 'ips', _('Ports destination'));
s = m.section(form.GridSection, 'dest_port', _('Ports destination'));
s.addremove = true;
s.anonymous = true;
@ -70,7 +70,7 @@ return L.view.extend({
o = s.option(form.Value, 'note', _('Note'));
o.rmempty = true;
s = m.section(form.GridSection, 'mac', _('MAC-Address'));
s = m.section(form.GridSection, 'macs', _('MAC-Address'));
s.addremove = true;
s.anonymous = true;