summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-29 08:57:16 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-29 08:59:15 -0400
commit99ace4fc690b4820c55df829db7a2780ee85155b (patch)
tree3063bc37a5d39da2718b73916a80ccb061874aae /src/usr/local/www/firewall_nat_out_edit.php
parent96bf55d9b5bedd6a6c088b51d519a9dc016161eb (diff)
downloadpfsense-99ace4fc690b4820c55df829db7a2780ee85155b.zip
pfsense-99ace4fc690b4820c55df829db7a2780ee85155b.tar.gz
Fixed #6287
(cherry picked from commit 2342972531265771e65b69b810de0c9d98c69b94)
Diffstat (limited to 'src/usr/local/www/firewall_nat_out_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index c713988..111fe39 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -717,6 +717,9 @@ events.push(function() {
if ($('#destination_type').find(":selected").val() == "network") {
disableInput('destination', false);
disableInput('destination_subnet', false);
+ $('#destination, #source').autocomplete({
+ source: addressarray
+ });
} else {
$('#destination').val("");
disableInput('destination', true);
OpenPOWER on IntegriCloud