List type before name

This commit is contained in:
2025-05-25 21:35:01 +03:00
parent d85f49bd26
commit 35dc28a8f5

View File

@@ -17,8 +17,8 @@
<tr> <tr>
<th>Slug</th> <th>Slug</th>
<th>Visibility</th> <th>Visibility</th>
<th>Name</th>
<th>Type</th> <th>Type</th>
<th>Name</th>
<th>Location</th> <th>Location</th>
<th>Owner</th> <th>Owner</th>
<th>User</th> <th>User</th>
@@ -39,8 +39,8 @@
{% endif %} {% endif %}
</td> </td>
<td>{{ item.inventory.visibility }}</td> <td>{{ item.inventory.visibility }}</td>
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
<td>{{ item.type }}</td> <td>{{ item.type }}</td>
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
<td>{{ item.location }}</td> <td>{{ item.location }}</td>
<td>{{ item | owner_link}}</td> <td>{{ item | owner_link}}</td>
<td>{{ item | user_link}}</td> <td>{{ item | user_link}}</td>