{% extends 'core/lcars_app.html' %} {% load static %} {% block extra_head %} {% block diagnostics_extra_head %}{% endblock %} {% endblock extra_head %} {% block header_title %}{{ diagnostics_title|default:"Diagnostics" }}{% endblock %} {% block app_title %}{{ diagnostics_title|default:"Diagnostics" }}{% endblock app_title %} {% block header_bar_extra %} {% if available_diagnostics %}
{% endif %} {% endblock header_bar_extra %} {% block left_menu %}
Diagnostic Expressions
{% if download_pdf_url %}
Download Figure
{% endif %} {{ block.super }} {% endblock left_menu %} {% block main %}
{% comment %} "asc": first click sorts ascending, which the library does not default to. A first click that jumps to descending reads as the table having been shuffled rather than ordered. {% endcomment %} {% for field in diagnostics_fields %} {% comment %} A channel column holds a dropdown, which sorts by nothing useful. {% endcomment %} {{ field }} {% endfor %} {% for diagnostic in diagnostics_list %} {% include "diagnostics/_series_row.html" %} {% endfor %}
Color Style Scale Label
{% block diagnostics_display %}

Select diagnostics to display.

{% endblock diagnostics_display %}
{# One delegated listener on document, no init call, so load order is free. #} {% if update_plot_url %} {% endif %} {% block diagnostics_extra_scripts %}{% endblock %} {% endblock main %} {% block footer_bar_extra %}
{% endblock footer_bar_extra %}