Merge pull request #5765 from TDT-AG/pr/20220412-luci-mod-system
luci-mod-system: mount sections are always mounted unless they are explicitly not mounted
This commit is contained in:
commit
bb9476cb94
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ return view.extend({
|
|||
|
||||
o = s.taboption('general', form.Flag, 'enabled', _('Enabled'));
|
||||
o.rmempty = false;
|
||||
o.default = true;
|
||||
o.editable = true;
|
||||
|
||||
o = s.taboption('general', form.DummyValue, '_device', _('Device'));
|
||||
|
|
Loading…
Reference in a new issue