{% extends "default/base.html" %} {% load business_tag %} {% block content %}
{% include "ztree/ztree_js.html" %}
{% if content_status %}

{{ bus_data }}

{% include "ztree/active.html" %}

{% csrf_token %} {% for i in server_list %} {% endfor %}
eth1 机柜 业务 状态
{{ i.eth1 }} {% if i.room_number %}{{ i.room_number }} {% endif %}{% if i.cabinet %}- {{ i.cabinet }} - {% endif %}{% if i.server_cabinet_id %}{{ i.server_cabinet_id }}{% endif %} {% for s in i.uuid|business_list %} {{ s }} {% endfor %}
{% if i.status == 0 %} {% elif i.status == 1 %} {% else %} {% endif %}
{% if tag %}
{% endif %}

{% else %}

Alert!

Warning! 走错地方了吧,或许你的URL不应该是你有权限访问的哦
{% endif %}
{% include "ztree/edit_node.html" %} {% endblock %}