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:
Florian Eckert 2022-04-12 13:01:14 +02:00
parent ddd04a719f
commit 5abb2847ba

View file

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