summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-21 19:28:38 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-21 19:28:38 -0500
commit72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345 (patch)
tree9446d9ddc79282d9ba47f878a7a3dfb5b8ac8ee1 /usr/local
parentbfff9331f9d8acde43ee5a625aac3ef4286e3db3 (diff)
downloadpfsense-72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345.zip
pfsense-72c0d2e3a5edc0fc81fbac1c7c01c23b57ac7345.tar.gz
Disable the available space field too
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/installer/installer.php1
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',
OpenPOWER on IntegriCloud