summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index 62bd173..08cfc5c 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -768,11 +768,11 @@ events.push(function() {
function poolopts_change() {
if ($('#target option:selected').text().trim().substring(0,4) == "Host") {
hideInput('poolopts', false);
- hideInput('source_host_key', true);
+ hideInput('source_hash_key', true);
hideIpAddress('targetip', true);
} else if ($('#target option:selected').text().trim().substring(0,6) == "Subnet") {
hideInput('poolopts', false);
- hideInput('source_host_key', true);
+ hideInput('source_hash_key', true);
hideIpAddress('targetip', true);
} else if ($('#target option:selected').text().trim().substring(0,5) == "Other") {
hideInput('poolopts', false);
@@ -785,7 +785,7 @@ events.push(function() {
} else {
$('#poolopts').prop('selectedIndex',0);
hideInput('poolopts', true);
- hideInput('source_host_key', true);
+ hideInput('source_hash_key', true);
hideIpAddress('targetip', true);
$('#targetip').val('');
$('#targetip_subnet').val('0');
OpenPOWER on IntegriCloud