mirror of
https://github.com/webmin/webmin.git
synced 2026-07-06 10:20:37 +01:00
Expand range of stripe sizes (thanks to Caspar Smit)
This commit is contained in:
@@ -178,7 +178,7 @@ if (!$in{'lv'} && !$lv->{'is_snap'}) {
|
||||
&ui_select("stripesize", undef,
|
||||
[ [ undef, $text{'default'} ],
|
||||
map { [ $_, $_." kB" ] }
|
||||
map { 2**$_ } (2 .. 9) ]));
|
||||
map { 2**$_ } (2 .. 12) ]));
|
||||
}
|
||||
elsif (!$lv->{'is_snap'}) {
|
||||
# Show current striping
|
||||
|
||||
Reference in New Issue
Block a user