{% import "utils.html" as utils %} {% extends "layout.html" %} {% set components = [(ts.name, v4_url_for(".v4_global_status"))] %} {% block head %} {% endblock %} {% block title %}Global Status - {{ selected_field.title }}{% endblock %} {% block page_header %} {# LNT Instance Title #}

{{old_config.name}}

{# Navigation Breadcrumbs #} {# Database Selector #} {# Settings Wrench #} {% endblock %} {% block body %}

Select a Comparison

Field:
Revision:

Toggle Machine Visibility

    {% for m in machines %}
  • {% endfor %}
{% for m in machines %} {% endfor %} {% for row in tests %} {{ row[1]|aspctcell("data-cell worst-time")|safe }} {% for cr, run_id in row[2:] %} {% set machine = machines[loop.index0] %} {{ cr.pct_delta|aspctcell("normal-data-cell data-cell " + machine.css_name, attributes={ 'test_id': row[0][0], 'machine_id': machine.id }) |safe }} {% endfor %} {% endfor %}
Test Worst Time{{ m.name }}
{{ row[0][1] }}
{% endblock %}