Commit db13b7a3 authored by ibuler's avatar ibuler

主机组列表编辑连接修改

parent 3150461d
......@@ -62,7 +62,7 @@
<td class="text-center"> {{ asset_group.comment }} </td>
<td class="text-center">
<a href="{% url 'asset_list' %}?group_id={{ asset_group.id }}" class="btn btn-xs btn-info">详情</a>
<a href="{% url 'asset_list' %}?id={{ asset_group.id }}" class="btn btn-xs btn-info">编辑</a>
<a href="{% url 'asset_group_edit' %}?id={{ asset_group.id }}" class="btn btn-xs btn-info">编辑</a>
<a value="{% url 'asset_group_del' %}?id={{ asset_group.id }}" class="btn btn-xs btn-danger group_del">删除</a>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment