diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-21 19:28:38 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-21 19:28:38 -0500 |
commit | 72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345 (patch) | |
tree | 9446d9ddc79282d9ba47f878a7a3dfb5b8ac8ee1 | |
parent | bfff9331f9d8acde43ee5a625aac3ef4286e3db3 (diff) | |
download | pfsense-72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345.zip pfsense-72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345.tar.gz |
Disable the available space field too
-rw-r--r-- | usr/local/www/installer/installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php index 6a18686..e451104 100644 --- a/usr/local/www/installer/installer.php +++ b/usr/local/www/installer/installer.php @@ -794,6 +794,7 @@ function installer_custom() { }); } if(\$('availalloc')) { + \$('availalloc').disabled = 1; \$('availalloc').value = remaining; \$('availalloc').setStyle({ background:'#FFFFFF', |