summaryrefslogtreecommitdiffstats
path: root/WebKitTools/TestResultServer/templates/showfilelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/TestResultServer/templates/showfilelist.html')
-rw-r--r--WebKitTools/TestResultServer/templates/showfilelist.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKitTools/TestResultServer/templates/showfilelist.html b/WebKitTools/TestResultServer/templates/showfilelist.html
index fa72b7f..d292fe2 100644
--- a/WebKitTools/TestResultServer/templates/showfilelist.html
+++ b/WebKitTools/TestResultServer/templates/showfilelist.html
@@ -13,6 +13,7 @@
<div>
<table>
<tr>
+ <th>Master</th>
<th>Builder</th>
<th>Test Type</th>
<th>File</th>
@@ -22,6 +23,10 @@
{% endif %}
{% for file in files %}
<tr>{% if file.builder and file.name %}
+ <td><a href="/testfile?master={{ file.master }}" >
+ {{ file.master }}
+ </a>
+ </td>
<td><a href="/testfile?builder={{ file.builder }}" >
{{ file.builder }}
</a>