{% extends "base_charts.html" %} {% block breadcrumbs %} Pools {{ monitored_entity }} {% if monitored_entity.get_additional_info %} {{ monitored_entity.get_additional_info }} {% endif %} {% endblock %} {% block nav_dropdown %} {% include "entity_autocomplete.html" %} {% include "charts_menu.html" %} {% endblock %} {% block top_menu_items %} {% if monitored_entity.enabled %}
  • Open in System GUI
  • View in API Browser
  • {% endif %}
  • Export SAN Data
  • {% if not is_vvol %}
  • Export NAS Data
  • {% endif %} {% endblock %} {% block content %} {{ block.super }} {% endblock %}