{#{% extends 'user/base.html' %}#} {% load bootstrap %} {#{% load bootstrap3 %}#} {% block content %}

{{ item }} 项目添加发布功能

{% csrf_token %} {# {% bootstrap_form uf %}#} {% if not swan_data.choose %} {{ uf.choose|bootstrap }} {{ uf.swan_name|bootstrap }} {{ uf.script|bootstrap }} {{ uf.tgt|bootstrap }} {% for i in host_list %} {% if i.uuid in ip_list %} {% else %} {% endif %} {# #} {% endfor %}
eth1 机柜 系统状态
{{ i.eth1 }} {{ i.room_number }} - {{ i.server_cabinet_id }} {% if i.business %}{{ i.business }}{% endif %}
{% if i.status == 0 %} {% elif i.status == 1 %} {% else %} {% endif %}
{% else %} {{ uf.choose|bootstrap }} {{ uf.swan_name|bootstrap }} {{ uf.config_name|bootstrap }} {{ uf.salt_sls|bootstrap }} {{ uf.bat_push|bootstrap }} {{ uf.check_port_status|bootstrap }} {{ uf.check_port|bootstrap }} {% for i in host_list %} {% if i.id in ip_list %} {% else %} {% endif %} {# #} {% endfor %}
eth1 机柜 系统状态
{{ i.eth1 }} {{ i.room_number }} - {{ i.server_cabinet_id }} {% if i.business %}{{ i.business }}{% endif %}
{% if i.status == 0 %} {% elif i.status == 1 %} {% else %} {% endif %}
{% endif %}
{% endblock content %}