Skip to content

Commit

Permalink
Bug 1166984 - Provide inspect-task link in Job details panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Jul 14, 2015
1 parent f9e8f27 commit 9230572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/plugins/pluginpanel.html
Expand Up @@ -206,6 +206,10 @@
<label>Log parsing status:</label>
<span>No logs</span>
</li>
<li class="small" ng-repeat="line in job_details" ng-if="line.value == 'Inspect Task'">
<label>Taskcluster:</label>
<span><a href="{{line.url}}" target="_blank">{{line.value}}</a></span>
</li>
</ul>

<div ng-if="job_detail_loading" class="overlay">
Expand Down

0 comments on commit 9230572

Please sign in to comment.