{% 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_all }} {{ post|get_user_alias:user_id }} {{ post.comment }} 详情
{% include 'paginator.html' %}
{% endblock %}