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 72b2a05ec..9841d9284 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 @@ -148,6 +148,7 @@ return L.view.extend({ s = m.section(form.GridSection, 'asns', _('ASN')); s.addremove = true; s.anonymous = true; + s.nodescriptions = true; o = s.option(form.Value, 'asn', _('ASN')); o.rmempty = false;