{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
主机详细信息列表
添加
{% for post in contacts.object_list %} {% endfor %}
IP地址 端口号 登录方式 所属IDC 所属部门 所属主机组 是否激活 备注 操作
{{ post.ip }} {{ post.port }} {{ login_types|get_item:post.login_type }} {{ post.idc.name }} {{ post.dept.all | group_str2 }} {{ post.bis_group.all | group_str2 }} {{ post.is_active|bool2str }} {{ post.comment }} 详情 编辑 删除
{% include 'paginator.html' %}
{% endblock %}