{#{% extends 'assets/base.html' %}#} {% block content %} {% load pagination_tags %} {% autopaginate no_node 20 %}
{% for i in no_node %} {% endfor %}
主机名 机房 eth1 内存 核数 硬盘 服务器型号 系统 业务 资产编号 分配业务 删除
{{ i.node_name }} {{ i.idc }} {{ i.eth1 }} {% widthratio i.memory 1024 1 %}G {{ i.core_num }} Cores {% if i.hard_disk %} {{ i.hard_disk }} G {% else %} 无数据 {% endif %} {{ i.brand }} {{ i.system }} - {{ i.system_cpuarch }} {% for test in i.business.all %} {{ test.service_name }} {% endfor %} {{ i.number }} 分配业务 删除 {# #}
{% paginate %}
{% endblock content %}