Skip to content

Commit

Permalink
ACRT 3.0.3 support file
Browse files Browse the repository at this point in the history
  • Loading branch information
ACRTTool authored Nov 11, 2022
1 parent f41f7b5 commit c856bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACRT_View_webReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h2> Test Results </h2>
<tr ng-repeat="test in record.Criteria " ng-if="filterResult1">
<!--<tr ng-repeat="test in record.Criteria " ng-if="noResult[$index]" ng-show="TestResult[$index]== filterResult">-->
<th title="Issue Number">
<div style="width: 80px"> Issue {{counterCollection[$index]}} </div>
<div style="width: 80px"> Issue {{$index}} </div>
</th>
<th scope="row" title="Test Name" id="tnm1[$index]">
<div class="widetd1"> {{TestName[$index]}} </div>
Expand Down

0 comments on commit c856bb9

Please sign in to comment.