{% 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 %}
| Test | Worst Time | {% for m in machines %}{{ m.name }} | {% endfor %}
|---|---|---|
| {{ row[0][1] }} | {{ 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 %}