luci-mod-system: mount sections are always mounted unless they are explicitly not mounted
fixes #4862 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
ddd04a719f
commit
5abb2847ba
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