Directly link to timeline details for failed tests.
This adds links to pre-select failed tests cases on the timeline for each test failue listed on the front page. Change-Id: I3cd96f10bddf5aaff9797273c02f9fb53528e836
This commit is contained in:
parent
756d281ee4
commit
1d0e0af79f
@ -43,7 +43,9 @@
|
||||
<h3 class="panel-title">Failures</h3>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
<a class="list-group-item" ng-repeat="fail in stats.failures">
|
||||
<a class="list-group-item"
|
||||
ng-repeat="fail in stats.failures"
|
||||
ui-sref="timeline({datasetId: dataset.id, test: fail.name})">
|
||||
<h4 class="list-group-item-heading">
|
||||
{{fail.name | split:'.' | slice:-2 | join:'.'}}
|
||||
</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user