{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% endblock %} {% block base_nav %}{% include "gui/node/navigation.html" with li_storages="active" %}{% endblock %} {% block base_content %}
{{ node.hostname }} › {% trans "storages" %}
{% if storages %} {% endif %} {% for ns in storages %}{% with st=ns.storage %} {% endwith %}{% endfor %}
{% trans "Alias (zpool)" %} {% trans "Access" %} {% trans "Owner" %} {% trans "Type" %} {% trans "Size" %} {% trans "Servers" %} {% trans "Snapshots" %} {% trans "Replicated
snapshots" %}
{% trans "Backups" %} {% trans "Free" %} {% trans "Datacenters" %} {% trans "Description" %}
{{ st.alias }} ({{ ns.zpool }}) {% trans "Edit" %} {{ st.get_access_display }} {{ st.owner|truncatechars:16 }} {{ st.get_type_display }} {{ st.size_total|mb_to_gb }} GB {% if node.is_compute %}{{ ns.size_vms|mb_to_gb }} GB{% endif %} {% if node.is_compute %}{{ ns.size_snapshots|mb_to_gb }} GB{% endif %} {% if node.is_compute %}{{ ns.size_rep_snapshots|mb_to_gb }} GB{% endif %} {% if node.is_backup %}{{ ns.size_backups|mb_to_gb }} GB{% endif %} {{ st.size_free|mb_to_gb }} GB {{ ns.dc__count }} {{ st.desc|wordwrap:44 }}
{% trans "Total" %}: {{ storages|length }} 
{% endblock %}