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
|
@ -74,6 +74,7 @@ return L.view.extend({
|
|||
]).then(L.bind(function(res) {
|
||||
s.tab('general', _('General Settings'));
|
||||
s.tab('advanced', _('Advanced Settings'));
|
||||
s.taboption('general', form.Value, 'label', _('Label'));
|
||||
s.taboption('general', form.Flag, 'disabled', _('Disable'));
|
||||
if (!res[0]) {
|
||||
ss.option_install_package(s, 'general');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue