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

Add label on interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-26 14:59:47 +02:00
parent 559a97cfe9
commit 0237325b27

View file

@ -394,6 +394,10 @@ return view.extend({
}, this);
o.write = function() {};
o = s.taboption('general', form.Value, 'label', _('Label'));
o.modalonly = true;
o.optional = true;
proto_select = s.taboption('general', form.ListValue, 'proto', _('Protocol'));
proto_select.modalonly = true;