{% extends "base.html" %} {% block page %}
资源类型:{{ form.source_type (onchange = "select_cluster_type()") }} 所属业务:{{ form.select_busi }} 操作:{{ form.action }}
资源名称:{{ form.resource (style="width:199px") }} 应用端口:{{ form.app_port (style="width:80px")}}
{{ form.hosts (style="width:400px;resize:none",rows=4,placeholder="主机信息")}}
{{ form.submit(class="btn btn-primary") }}