]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
extrahd.cgi: Requires "auto" as hidden FS type to mount a new device
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 1 Aug 2023 15:48:37 +0000 (17:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Aug 2023 09:11:57 +0000 (09:11 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/extrahd.cgi

index c621bd72feb9a1d888e1970b07bac21db1027155..122f1d12d722bc13790f5f9d55c5673eb8db9c0f 100644 (file)
@@ -305,6 +305,7 @@ END
                                        } else {
                                                unless($disabled) {
                                                        print "<input type='hidden' name='ACTION' value='$Lang::tr{'add'}'>\n";
+                                                       print "<input type='hidden' name='FS' value='auto'>\n";
                                                        print "<img src='/images/updbooster/updxl-led-gray.gif' alt='$Lang::tr{'extrahd not configured'}' title='$Lang::tr{'extrahd not configured'}'>&nbsp;\n";
                                                        print "<input type='image' alt='$Lang::tr{'add'}' title='$Lang::tr{'add'}' src='/images/add.gif'>\n";
                                                }