mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
extrahd.cgi: Requires "auto" as hidden FS type to mount a new device
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
480c5253d0
commit
65dc35dcf4
@@ -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'}'> \n";
|
||||
print "<input type='image' alt='$Lang::tr{'add'}' title='$Lang::tr{'add'}' src='/images/add.gif'>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user