{% extends theme("layout.html") %} {% block head %} {{ super() }} {% endblock head %} {% block content %}
| UUID | 状态 | 设备路径 | 大小 | IOPS | BPS | 所属虚拟机 | 磁盘性别 | 创建时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ item.remark }} |
{{ format_disk_state(item.state)|safe }} | {% if item.sequence >= 0 %} {{ item.device }} {% endif %} | {{ item.size }} GB | {{ item.iops }} | {{ (item.bps / 1024 / 1024) | int }} MiB | {% if 'guest' in item %} {{ item.guest.label }}/{{ item.guest.remark }} {% endif %} | {% if item.sequence == 0 %} 系统盘 {% else %} 数据盘 {% endif %} | {{ format_datetime_by_tus(item.create_time) }} |