summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-24 20:04:04 -0700
committerChris Buechler <cmb@pfsense.org>2016-05-24 22:25:58 -0500
commitb81601048ae7664745af059b48e0e5bd26de82a6 (patch)
tree26184ebbe335e49259b5dd4840f40e4ecb370d43 /src/usr/local/www/firewall_rules_edit.php
parent45859aaea0ecb6abdcbaed9253bebf5fc9b40a3f (diff)
downloadpfsense-b81601048ae7664745af059b48e0e5bd26de82a6.zip
pfsense-b81601048ae7664745af059b48e0e5bd26de82a6.tar.gz
Firewall / Rules / Edit - URL (IP) Alias
Make alias type URL (IP) available for selection in firewall rules.
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 49d93f6..39cc9f0 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -2065,7 +2065,7 @@ events.push(function() {
// ---------- Autocomplete --------------------------------------------------------------------
- var addressarray = <?= json_encode(get_alias_list(array("host", "network", "openvpn", "urltable"))) ?>;
+ var addressarray = <?= json_encode(get_alias_list(array("host", "network", "openvpn", "url", "urltable"))) ?>;
var customarray = <?= json_encode(get_alias_list(array("port", "url_ports", "urltable_ports"))) ?>;
$('#src, #dst').autocomplete({
OpenPOWER on IntegriCloud