feat(itam): add delete button to config group within ui

!17 #42
This commit is contained in:
2024-06-03 07:49:50 +09:30
parent c9098f5d2f
commit df27a7dfd3

View File

@ -164,7 +164,7 @@
<tr>
<td><a href="{% url 'Config Management:_group_view' pk=group.id %}">{{ group.group }}</a></td>
<td>{{ group.created }}</td>
<td>&nbsp;</td>
<td><a href="{% url 'Config Management:_group_delete_host' group_id=group.group.id pk=group.id %}">Delete</a></td>
</tr>
{% endfor %}
{% else %}