File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lnt/server/ui/templates/reporting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h3 style="{{ styles.h3 }}">Reported Machine Order</h3>
65
65
< tbody >
66
66
{%- for machine in report.reporting_machines %}
67
67
< tr class ="searchable ">
68
- < td class ="machine-name " style ="{{ styles.td }} "> {{ machine. name}} </ td >
68
+ < td class ="machine-name " style ="{{ styles.td }} "> < a href =" {{ ts_url }}/ machine/{{ machine.id }} " > {{ machine. name }} </ a > </ td >
69
69
{%- for i in range(report.num_prior_days_to_include)|reverse %}
70
70
{%- set key_run = report.get_key_run(machine, i) -%}
71
71
{%- if key_run -%}
@@ -96,7 +96,7 @@ <h3>Number of Tests Seen</h3>
96
96
< tbody >
97
97
{% for machine, nr_tests_for_machine in report.nr_tests_table %}
98
98
< tr class ="searchable ">
99
- < td class ="machine-name " style ="{{ styles.td }} "> {{ machine. name}} </ td >
99
+ < td class ="machine-name " style ="{{ styles.td }} "> < a href =" {{ ts_url }}/ machine/{{ machine.id }} " > {{ machine. name }} </ a > </ td >
100
100
{% set nr_tests_prev = None %}
101
101
{% for nr_tests in nr_tests_for_machine|reverse %}
102
102
< td style ="{{ styles.td }} "
You can’t perform that action at this time.
0 commit comments