WebHost: save datatables state (#1145)

* WebHost: save datatables state

* WebHost: Fix DataTables local storage keys.

Co-authored-by: recklesscoder <[email protected]>
This commit is contained in:
Fabian Dill
2022-12-04 20:39:07 -06:00
committed by GitHub
co-authored by recklesscoder
parent 45719eb7e0
commit bd574ef261
6 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<span class="info">This tracker will automatically update itself periodically.</span>
</div>
<div class="table-wrapper">
<table class="table non-unique-item-table">
<table id="received-table" class="table non-unique-item-table">
<thead>
<tr>
<th>Item</th>
@@ -37,7 +37,7 @@
</table>
</div>
<div class="table-wrapper">
<table class="table non-unique-item-table">
<table id="locations-table" class="table non-unique-item-table">
<thead>
<tr>
<th>Location</th>