Batches
This commit is contained in:
+4
-3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user