Merge "Add link to node_provider grouped run page from test page"

This commit is contained in:
Jenkins 2016-08-18 20:12:18 +00:00 committed by Gerrit Code Review
commit a5d7712cd9
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<tbody>
<tr table-ref="table" ng-repeat="run in table.dataSorted">
<td><a ui-sref="job({ jobName: run.job_name })">{{ run.job_name }}</a></td>
<td>{{ run.provider }}</td>
<td><a ui-sref="groupedRuns({ runMetadataKey: 'node_provider', name: run.provider })">{{ run.provider }}</a></td>
<td class="nowrap">{{ run.run_at | date:'M/d/yyyy HH:mm' }}</td>
<td>
<a target="_blank" href="{{ run.artifacts }}">