From 9c9e1a28695fe9fd0c3f38d483ccde1c6c4cbb77 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 5 Apr 2020 20:27:59 +0200 Subject: [PATCH] Fix sections name for omr-bypass --- .../htdocs/luci-static/resources/view/services/omr-bypass.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js b/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js index 7ba8d1e43..0c8330982 100644 --- a/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js +++ b/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js @@ -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;