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:
parent
17d5b8d6d9
commit
9c9e1a2869
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ return L.view.extend({
|
||||||
o = s.option(form.Value, 'note', _('Note'));
|
o = s.option(form.Value, 'note', _('Note'));
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
||||||
s = m.section(form.GridSection, 'ips', _('Ports destination'));
|
s = m.section(form.GridSection, 'dest_port', _('Ports destination'));
|
||||||
s.addremove = true;
|
s.addremove = true;
|
||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ return L.view.extend({
|
||||||
o = s.option(form.Value, 'note', _('Note'));
|
o = s.option(form.Value, 'note', _('Note'));
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
||||||
s = m.section(form.GridSection, 'mac', _('MAC-Address'));
|
s = m.section(form.GridSection, 'macs', _('MAC-Address'));
|
||||||
s.addremove = true;
|
s.addremove = true;
|
||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue