fix error with unsortable relations

This commit is contained in:
Sören Oesterwind 2023-07-10 15:36:19 +02:00
parent 1605987952
commit 6f7f65fa36

View File

@ -154,7 +154,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col" data-field="name" data-sortable="true">Name</th> <th scope="col" data-field="name" data-sortable="true">Name</th>
<th scope="col" data-field="storageUnit" data-sortable="true">Storage Unit</th> <th scope="col" data-field="storageUnit" data-sortable="false">Storage Unit</th>
<th scope="col" data-field="actions" data-sortable="false" data-searchable="false" data-width="160">Actions</th> <th scope="col" data-field="actions" data-sortable="false" data-searchable="false" data-width="160">Actions</th>
</tr> </tr>
</thead> </thead>
@ -178,7 +178,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col" data-field="name" data-sortable="true">Name</th> <th scope="col" data-field="name" data-sortable="true">Name</th>
<th scope="col "data-field="address" data-sortable="true">Address</th> <th scope="col "data-field="address" data-sortable="false">Address</th>
<th scope="col" data-field="actions" data-searchable="false" data-width="160">Actions</th> <th scope="col" data-field="actions" data-searchable="false" data-width="160">Actions</th>
</tr> </tr>
</thead> </thead>