summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-10-03 19:38:08 +0100
committerSteve Beaver <sbeaver@netgate.com>2016-10-03 15:40:44 -0400
commitee9a44e740d76a447fff2324795e4691215c1bd1 (patch)
treed4ad3093084729a8afffe81349c1e6d1f4f1faf7 /src/usr/local/www/firewall_nat_out_edit.php
parent25383c9adfa2abbf5dfcdc9b504f19b9c2b3bbc5 (diff)
downloadpfsense-ee9a44e740d76a447fff2324795e4691215c1bd1.zip
pfsense-ee9a44e740d76a447fff2324795e4691215c1bd1.tar.gz
Fix typo: The input field is named source_hash_key
(cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151)
Diffstat (limited to 'src/usr/local/www/firewall_nat_out_edit.php')
-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