diff --git a/templates/jasset/host_list_nop.html b/templates/jasset/host_list_nop.html index eb1e3dd34..9f61bfbd5 100644 --- a/templates/jasset/host_list_nop.html +++ b/templates/jasset/host_list_nop.html @@ -73,7 +73,7 @@ {{ post.is_active|bool2str }} {{ post.comment }} - 详情 + 详情 {% ifnotequal session_role_id 0 %} 编辑 删除 @@ -174,4 +174,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/jasset/idc_detail.html b/templates/jasset/idc_detail.html index acc072590..643491c16 100644 --- a/templates/jasset/idc_detail.html +++ b/templates/jasset/idc_detail.html @@ -48,7 +48,7 @@ 端口号 登录方式 所属IDC - 所属业务组 + 所属部门 是否激活 添加时间 备注 @@ -64,8 +64,8 @@ {{ post.login_type|get_login_type }} {{ post.idc.name }} {{ post.dept.all | group_str2 }} - {{ post.bis_group.all | group_str2_all }} {{ post.is_active|bool2str }} + {{ post.date_added }} {{ post.comment }} 详情 @@ -208,4 +208,4 @@ } -{% endblock %} \ No newline at end of file +{% endblock %}