mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add labels for shadowsocks and allow multiples rules in interface
This commit is contained in:
parent
5de56cb576
commit
75f2277fbd
3 changed files with 111 additions and 77 deletions
|
@ -138,6 +138,8 @@ return L.Class.extend({
|
|||
};
|
||||
}
|
||||
|
||||
o = optfunc(form.Value, 'label', _('Label'));
|
||||
|
||||
o = optfunc(form.Value, 'server', _('Server'));
|
||||
o.datatype = 'host';
|
||||
o.size = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue