应用列表
应用名称
应用主机列表
{% for app in app_list %}
{{ app.name }}
{% for host in app.r.all %}
{{ host.hostname }}
{% endfor %}
编辑
|
删除
|
查看详情
{% endfor %}
{% for b in host_list %}
{{ b.hostname }}
{% endfor %}
{% for row in app_list %}
{{ row.name }}
{% endfor %}
{% for row in app_list %}
{{ row.name }}
{% endfor %}
{% for b in host_list %}
{{ b.hostname }}
{% endfor %}
确认编辑