mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
filter, rules page. html escape dynamic entries to display aliases. ref https://github.com/opnsense/core/issues/3581
This commit is contained in:
parent
3987cd2097
commit
8aedc0f0d3
@ -634,6 +634,7 @@ $( document ).ready(function() {
|
||||
foreach ($fw->iterateFilterRules() as $rule):
|
||||
if ($rule->getInterface() == $selected_if && $rule->isEnabled()):
|
||||
$filterent = $rule->getRawRule();
|
||||
legacy_html_escape_form_data($filterent);
|
||||
$rule_stats = !empty($rule->getLabel()) ? $all_rule_stats[$rule->getLabel()] : array();?>
|
||||
<tr class="internal-rule" style="display: none;">
|
||||
<td><i class="fa fa-magic"></i></td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user