{% extends "base.html" %} {% block page %}
{% if INFOS %} {% for info in INFOS %}
{{ echarts_js_dependencies(info) }} {{ echarts_container(info) }} {{ echarts_js_content(info) }}
{% endfor %} {% if free_list %}
近3天资源使用率低于3%的服务器{{ host_count }}台 导出Excel文件
{% for hosts in free_list %} {% for host in hosts %} {% endfor %} {% endfor %}
{{ host }}
{% endif %} {% if PIES %} {% for pie in PIES %} {% if pie %}
{{ echarts_js_dependencies(pie) }} {{ echarts_container(pie) }} {{ echarts_js_content(pie) }}
{% endif %} {% endfor %} {% endif %} {% endif %}
{% endblock page %}