aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates/report.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/testreporter/templates/report.html')
-rw-r--r--static/testreporter/templates/report.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/testreporter/templates/report.html b/static/testreporter/templates/report.html
index af22730..809110a 100644
--- a/static/testreporter/templates/report.html
+++ b/static/testreporter/templates/report.html
@@ -25,7 +25,7 @@
<div ng-repeat="lava_job in data.lava_jobs">
<h3>
- Lava job <a ng-href="//lava_job.absolute_url//">//lava_job.number//</a>
+ Lava job <a ng-href="//lava_job.absolute_url//">//lava_job.number// - //lava_job.device_type.name//</a>
<small ng-hide="lava_job.results.length"> - Empty</small>
</h3>
<table class="table" ng-show="lava_job.results.length">