{% extends theme("layout.html") %} {% block head %} {{ super() }} {% endblock head %} {% block content %}
{% for item in guests %} {% endfor %}
UUID 名称 状态 计算节点 配置 网络 密码   创建时间 操作
{{ item.uuid }}

{{ item.remark }}

{% if os_templates_image_mapping_by_id[item.os_template_image_id | string].logo == "" %} {% else %} {% endif %} {{ format_guest_status(item.status, item.progress)|safe }} {{ hosts_mapping_by_node_id[item.node_id | string].hostname }} CPU :  {{ item.cpu }} 核
内存 :  {{ item.memory }} GB
带宽 :  {% if item.bandwidth == 0 %}  ∞ {% elif item.bandwidth > 0 and item.bandwidth < 1000**2 %} {{ item.bandwidth // 1000 }} {% elif item.bandwidth >= 1000**2 and item.bandwidth < 1000**3 %} {{ item.bandwidth // 1000**2 }} {% else %} {{ item.bandwidth // 1000**3 }} {% endif %} {% if item.bandwidth == 0 %} {% elif item.bandwidth > 0 and item.bandwidth < 1000**2 %} Kbps {% elif item.bandwidth >= 1000**2 and item.bandwidth < 1000**3 %} Mbps {% else %} Gbps {% endif %}
{{ item.ip }}
vlan: 2010
********* {{ format_datetime_by_tus(item.create_time) }}
共有{{ paging.total }}条,每页显示:   条
{% endblock content %}