(cherry picked from commit 2342972531)
This commit is contained in:
Stephen Beaver 2016-04-29 08:57:16 -04:00
parent 96bf55d9b5
commit 99ace4fc69

View File

@ -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);