{% extends "system.html" %} {% load humanize static compress %} {% block extra_head %} {{ block.super }} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block navbar_contents %} {{ block.super }}
  • Export data
  • {% endblock %} {% block toolbar %}
    {% block entity_status_filter %} {% include "entity_status_filter.html" %} {% endblock %} {% include "system_search.html" %}
    {% block toolbar_buttons %} {% endblock %}
    {% endblock %} {% block entities_table %} {% for data_field, col_info in model_class.entity_level_cols_for_table.items %} {{ col_info.text }}
    {% if parent_col and data_field == 'name' %} {{ parent_col }}
    {% endif %} {% endfor %} {% block entities_table_fields %} Average {% if tab == 'Filesystems' %}OPS{% else %}IOPS{% endif %}
    Average Throughput
    Average Latency
    {% endblock %} {% if parent_col %} {% endif %} {% endblock %}