{# #} {% load bootstrap %} {% block content %}
填写修改主机信息.
{% csrf_token %}
{{ uf.env|bootstrap_horizontal }}
{{ uf.idc|bootstrap_horizontal }}
{{ uf.brand|bootstrap_horizontal }}
所属项目组
{% for i in projects %}
{{ i }}
{% endfor %}
运行服务
{% for i in services %}
{{ i }} -- {{ i.port }}
{% endfor %}
{{ uf.cabinet|bootstrap_horizontal }}
{{ uf.editor|bootstrap_horizontal }}
重置
提交
{% endblock content %}