Merge "Directly link to timeline details for failed tests."
This commit is contained in:
commit
fe6f75a271
@ -43,7 +43,9 @@
|
|||||||
<h3 class="panel-title">Failures</h3>
|
<h3 class="panel-title">Failures</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<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">
|
<h4 class="list-group-item-heading">
|
||||||
{{fail.name | split:'.' | slice:-2 | join:'.'}}
|
{{fail.name | split:'.' | slice:-2 | join:'.'}}
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user