{% extends "base.html" %} {% load static %} {% load compress %} {% block extra_head %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block page_title %}{{ system|upper }} - {{ monitored_entity|upper }} - InfiniMetrics{% endblock %} {% block body_class %}charts-page {% if request.GET.embed == "1" %}embedded{% endif %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% include "sidebar_system.html" %}
{{ system }} {% block breadcrumbs %} {% if monitored_entity.dde %} {# For entities with dde, add dde to breadcrumbs #} {{ monitored_entity.dde }} {% endif %} {% if monitored_entity.get_group_name != 'System' %} {{ monitored_entity.get_group_name }} {% endif %} {{ monitored_entity }} {% if monitored_entity.get_additional_info %} {{ monitored_entity.get_additional_info }} {% endif %} {% endblock %}
{% include "system_status.html" %}
{% spaceless %}

    {% block top_menu_items %} {% if monitored_entity.get_gui_url and monitored_entity.enabled %}
  • Open in System GUI
  • {% endif %} {% if monitored_entity %} {% if monitored_entity.enabled %}
  • View in API Browser
  • {% endif %}
  • Export Data
  • {% block extra_menu_items %} {% endblock %} {% endif %} {% endblock %}
  • Help
{% endspaceless %}
{% block nav_dropdown %} {% if all_entities and all_entities.count > 1 %} {% endif %} {% endblock %}
{% block resampling_mode %} {% endblock %}
Annotation search is in effect.
{% endblock %}