From ec8ef4d1d76aab30aacb7d9e7c733e5bea3f2a86 Mon Sep 17 00:00:00 2001 From: zyan Date: Mon, 26 Oct 2015 10:35:50 +0800 Subject: [PATCH] Update idc_detail.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复IDC详情页面显示错误 --- templates/jasset/idc_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}