mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
log: forgot to store selections https://github.com/opnsense/core/issues/3831
This commit is contained in:
parent
53c04abaf5
commit
03511f1aa8
@ -64,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<div class="content-box-main">
|
||||
<div class="table-responsive">
|
||||
<div class="col-sm-12">
|
||||
<table id="grid-log" class="table table-condensed table-hover table-striped table-responsive">
|
||||
<table id="grid-log" class="table table-condensed table-hover table-striped table-responsive" data-store-selection="true">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="pos" data-type="numeric" data-identifier="true" data-visible="false">#</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user