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:
Florian Eckert 2022-08-03 09:47:50 +02:00 committed by GitHub
commit bb9476cb94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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