{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

虚拟机实例快照

{% for item in snapshots_ret.data %} {% endfor %}
ID 名称 进度 状态 所属虚拟机 创建时间 操作
{{ item.snapshot_id }}

{{ item.label }}

{% if item.progress == 255 %} 创建失败 {% elif item.progress == 100 %} {{ item.progress }}% {% else %} {{ item.progress }}% {% endif %} {{ format_guest_status(item.status, 100)|safe }} {% if 'guest' in item %} {{ item.guest.label }}/{{ item.guest.remark }} {% endif %} {{ format_datetime_by_tus(item.create_time) }}
共有{{ os_templates_image_ret.paging.total }}条,每页显示:   条
{% endblock content %}