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:
parent
559a97cfe9
commit
0237325b27
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue