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

虚拟机模板镜像

{% for item in os_templates_image_ret.data %} {% endfor %}
ID 名称 状态 路径 发行版本 操作
{{ item.id }}

{{ item.label }}

{% if item.active == 0 %} 未启用 {% else %} 启用 {% endif %}

{{ item.path }}

{% if item.logo == "" %} {% else %} {% endif %}

{{ os_templates_profile_mapping_by_id[item.os_template_profile_id].os_product_name }}

共有{{ os_templates_image_ret.paging.total }}条,每页显示:   条
{% endblock content %}