mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firewall, add text-muted to disabled rules, closes https://github.com/opnsense/core/issues/2409
This commit is contained in:
parent
70a62f1807
commit
c1ad86d8ae
@ -470,7 +470,7 @@ $( document ).ready(function() {
|
||||
|
||||
|
||||
?>
|
||||
<tr class="rule" data-category="<?=!empty($filterent['category']) ? $filterent['category'] : "";?>">
|
||||
<tr class="rule <?=isset($filterent['disabled'])?"text-muted":"";?>" data-category="<?=!empty($filterent['category']) ? $filterent['category'] : "";?>">
|
||||
<td>
|
||||
<input class="rule_select" type="checkbox" name="rule[]" value="<?=$i;?>" />
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user