Skip to content

Commit 94b269a

Browse files
committed
firewall: simple debug test for #6991
1 parent db4b90d commit 94b269a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/www/firewall_rules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function filter_rule_item_alias_tooltip($alias_name)
580580
$("#"+tmp+"-rule-count").text($("tr."+tmp+"-rule").length);
581581
}
582582
if ($(this).hasClass('is_collapsed')) {
583-
$("."+tmp+"-rule").hide();
583+
//$("."+tmp+"-rule").hide();
584584
}
585585
});
586586
});
@@ -803,7 +803,7 @@ function filter_rule_item_alias_tooltip($alias_name)
803803
</tr>
804804
<?php
805805
endif;?>
806-
<tr class="rule <?=$rule->ruleOrigin();?>-rule" style="display: none;" data-category="<?=!empty($filterent['category']) ? $filterent['category'] : "";?>">
806+
<tr class="rule <?=$rule->ruleOrigin();?>-rule" data-category="<?=!empty($filterent['category']) ? $filterent['category'] : "";?>">
807807
<td><i class="fa fa-magic"></i></td>
808808
<td>
809809
<span class="<?=firewall_rule_item_action($filterent);?>"></span>

0 commit comments

Comments
 (0)