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

Remove description in tab

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-08-15 08:58:19 +02:00
parent c16bfba182
commit cef4da8f1f

View file

@ -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;