1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-06-26 14:58:04 +02:00
parent 5de56cb576
commit 75f2277fbd
3 changed files with 111 additions and 77 deletions

View file

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