]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
extrahd.cgi: Requires "auto" as hidden FS type to mount a new device
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 26 Jun 2023 09:39:59 +0000 (11:39 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 10 Jul 2023 19:22:42 +0000 (21:22 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@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";
                                                }