{% extends 'common/base.html' %} {% load mathfilters %} {% block breadcrumb %}
  • Orion Report
  • {% endblock breadcrumb %} {% block content %}

    Orion Reporting

    {% csrf_token %}

    This is inclusive of the current month so far

    Number of Researcher Desktops

    {% for operating_system, os_count in vm_count.items %} {% endfor %}
    Operating System Count
    {{ operating_system|title }} {{ os_count }}

    Graph of number of Linux Researcher Desktops over time

    Graph of number of Linux Researcher Desktop resizes over time

    Graph of number of Linux Researcher Desktop errors per day

    Graph of number of Windows Researcher Desktops over time

    Graph of number of Windows Researcher Desktop resizes over time

    Graph of number of Windows Researcher Desktop errors per day

    {% endblock content %} {% block script %} {% for operating_system, os_info in vm_info.items %} {% endfor %} {% endblock script %}