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

虚拟机实例快照

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

{{ item.label }}

{% if item.progress == 255 %} 创建失败 {% elif item.progress == 254 %} 删除中... {% elif item.progress == 253 %} 恢复中... {% elif item.progress == 252 %} 创建镜像中... {% 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) }}
共有{{ paging.total }}条,每页显示:   条
{% endblock content %}