Empty retrofitting table color fix

This commit is contained in:
Colin McLeod
2015-06-30 21:55:38 -07:00
parent 89d3fd69e1
commit 1350de1910

View File

@@ -298,7 +298,7 @@
</tr>
</thead>
<tbody>
<tr class="disabled" ng-if="!retrofitList || retrofitList.length == 0">
<tr ng-if="!retrofitList || retrofitList.length == 0">
<td colspan="5">No Retrofitting changes</td>
</tr>
<tr class="highlight" ng-repeat="item in retrofitList | orderBy:retroPredicate:retroDesc">