mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
filter, rules center select columns, closes https://github.com/opnsense/core/issues/3462
This commit is contained in:
parent
d9f70415fa
commit
a6013d0545
@ -508,6 +508,9 @@ $( document ).ready(function() {
|
||||
.button-th {
|
||||
width: 150px;
|
||||
}
|
||||
.select-col {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php include("fbegin.inc"); ?>
|
||||
@ -551,7 +554,7 @@ $( document ).ready(function() {
|
||||
<table class="table table-striped table-condensed table-hover" id="rules">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" id="selectAll"></th>
|
||||
<th class="select-col"><input type="checkbox" id="selectAll"></th>
|
||||
<th> </th>
|
||||
<th class="view-info"><?=gettext("Proto");?></th>
|
||||
<th class="view-info"><?=gettext("Source");?></th>
|
||||
@ -652,7 +655,7 @@ $( document ).ready(function() {
|
||||
$interface_has_rules = true;
|
||||
?>
|
||||
<tr class="rule <?=isset($filterent['disabled'])?"text-muted":"";?>" data-category="<?=!empty($filterent['category']) ? $filterent['category'] : "";?>">
|
||||
<td>
|
||||
<td class="select-col">
|
||||
<input class="rule_select" type="checkbox" name="rule[]" value="<?=$i;?>" />
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user