Skip to content

Commit

Permalink
html: remove the tab 'Passed' in scandetail
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
  • Loading branch information
madrisan committed Jun 13, 2016
1 parent 29c3f4a commit b1fe109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/client/app/views/scandetail.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ <h2>
<span class="label label-warning label-as-badge">{{warnings}}</span>
</a>
</li>
<li role="presentation"
<!--li role="presentation"
ng-class="{active:isSelected(4)}">
<a ng-click="select(4)"
aria-controls="tests passed"
role="tab">Passed
<span class="label label-success label-as-badge">{{infos}}</span>
</a>
</li>
</li-->
</ul>

<div class="tab-content">
Expand Down

0 comments on commit b1fe109

Please sign in to comment.