mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Doesn't remove parameters if empty
This commit is contained in:
parent
494173ce5c
commit
ab3c5fbdae
3 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,7 @@ return L.view.extend({
|
|||
s.tab('advanced', _('Advanced Settings'));
|
||||
|
||||
o = s.taboption('general', form.Flag, 'enable', _('Enabled'));
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.taboption('general',form.Value, 'label', _('Label'));
|
||||
o.rmempty = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue