From cef4da8f1f36e321f9122bf4e3df38f52a52c196 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 15 Aug 2020 08:58:19 +0200 Subject: [PATCH] Remove description in tab --- .../htdocs/luci-static/resources/view/services/omr-bypass.js | 1 + 1 file changed, 1 insertion(+) 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;