chore(ui): add issue link for manufacturer and model

!8 #12
This commit is contained in:
2024-05-20 20:47:26 +09:30
parent fb041f77eb
commit cad2bfe7da

View File

@ -20,8 +20,8 @@
<tr>
<td><a href="{% url 'ITAM:_device_view' pk=device.id %}">{{ device.name }}</a></td>
<td>{{ device.device_type }}</td>
<td>manufacturer</td>
<td>model</td>
<td>{% include 'icons/issue_link.html.j2' with issue=12 %}</td>
<td>{% include 'icons/issue_link.html.j2' with issue=12 %}</td>
<td>{% if software.is_global %}Global{% else %}{{ device.organization }}{% endif %}</td>
<td><a href="{% url 'ITAM:_device_delete' pk=device.id %}">Delete</a></td>
</tr>