This commit is contained in:
oliver
2026-08-03 09:24:56 -03:00
parent d9f3c8a747
commit 738e44e1a0
3 changed files with 33 additions and 19 deletions
+4 -3
View File
@@ -250,17 +250,16 @@
<table class="batch-table">
<thead>
<tr>
<th>Charge</th>
<th
class="batch-th-sort"
onclick="sortBatches('name')"
onclick="sortBatches('batch_id')"
>
Name
<span class="sort-arrow" id="sortArrowName"
></span
>
</th>
<th>Transport</th>
<th>Beschreibung</th>
<th
class="batch-th-sort"
onclick="sortBatches('state')"
@@ -271,6 +270,8 @@
id="sortArrowState"
></span>
</th>
<th>Send</th>
<th>Offen</th>
</tr>
</thead>
<tbody id="batchList">