luci-mod-system: remove bogus mount option
authorJo-Philipp Wich <jo@mein.io>
Wed, 21 Feb 2024 21:11:53 +0000 (22:11 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 21 Feb 2024 21:11:53 +0000 (22:11 +0100)
Drop the bogus `enabled_fsck` option which seems to be an automatic Lua->JS
conversion artifact.

Fixes: #6837
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js

index 7c26bf060abe489cfd2f53cc429f16857188b948..269b4a9b2e978138a06e5abfe71fe16b7a775df0 100644 (file)
@@ -333,8 +333,6 @@ return view.extend({
                o.textvalue = function(section_id) { return this.cfgvalue(section_id) || 'defaults' };
                o.placeholder = 'defaults';
 
-               s.taboption('advanced', form.Flag, 'enabled_fsck', _('Run filesystem check'), _('Run a filesystem check before mounting the device'));
-
 
                // Swaps
                s = m.section(form.GridSection, 'swap', _('SWAP'), _('If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title="Random Access Memory">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title="Random Access Memory">RAM</abbr>.'));