This commit is contained in:
gitea 2025-02-17 12:26:08 +00:00
parent 2a8e584f30
commit d20192e28d

View File

@ -28,10 +28,10 @@
<table class="table table-sm fs-9 mb-0">
<thead>
<tr class="bg-body-highlight">
<th class="sort border-top border-translucent ps-1" data-sort="vin">{{ _("VIN") }}</th>
<th class="sort border-top border-translucent" data-sort="make">{{ _("Make") }}</th>
<th class="sort border-top border-translucent" data-sort="model">{{ _("Model") }}</th>
<th class="sort border-top border-translucent" data-sort="status">{{ _("Status") }}</th>
<th class="sort border-top border-translucent ps-1" data-sort="vin">{{ _("VIN") }}</th>
<th class="sort border-top border-translucent" data-sort="make">{{ _("Make") }}</th>
<th class="sort border-top border-translucent" data-sort="model">{{ _("Model") }}</th>
<th class="sort border-top border-translucent" data-sort="status">{{ _("Status") }}</th>
</tr>
</thead>
<tbody class="list">