|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
<td class="text-center" name="j_active"> {{ post.is_active|bool2str }} </td>
|
|
|
|
|
<td class="text-center" name="j_comment"> {{ post.comment }} </td>
|
|
|
|
|
<td class="text-center" data-editable='false'>
|
|
|
|
|
<a value="/jasset/{{ post.ip }}/" class="iframe btn btn-xs btn-primary">详情</a>
|
|
|
|
|
<a href="/jasset/host_detail/?id={{ post.id }}" class="btn btn-xs btn-info">详情</a>
|
|
|
|
|
{% ifnotequal session_role_id 0 %}
|
|
|
|
|
<a href="/jasset/host_edit/?id={{ post.id }}" class="btn btn-xs btn-info">编辑</a>
|
|
|
|
|
<a href="/jasset/host_del/{{ post.id }}" class="btn btn-xs btn-danger">删除</a>
|
|
|
|
@ -174,4 +174,4 @@
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|