summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-20 00:52:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-20 00:52:13 +0000
commitdb6b2be4a0142171b7264a628d32d4c3795a63cd (patch)
tree09d4db1f9d7b07828bd2b9ae10cc65ef7fc9c91a /usr/local/www/services_dhcp.php
parentfcffbd13bfb62685f2225c254a3d04282c1759f7 (diff)
downloadpfsense-db6b2be4a0142171b7264a628d32d4c3795a63cd.zip
pfsense-db6b2be4a0142171b7264a628d32d4c3795a63cd.tar.gz
Allow staticarp selection box to participate in the javascript party, too!
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 1af104d..fc1835d 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -201,6 +201,8 @@ function enable_change(enable_over) {
document.iform.maxtime.disabled = endis;
document.iform.gateway.disabled = endis;
document.iform.failover_peerip.disabled = endis;
+ document.iform.staticarp.disabled = endis;
+
}
//-->
</script>
OpenPOWER on IntegriCloud