mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Empty retrofitting table color fix
This commit is contained in:
@@ -298,7 +298,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="disabled" ng-if="!retrofitList || retrofitList.length == 0">
|
<tr ng-if="!retrofitList || retrofitList.length == 0">
|
||||||
<td colspan="5">No Retrofitting changes</td>
|
<td colspan="5">No Retrofitting changes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="highlight" ng-repeat="item in retrofitList | orderBy:retroPredicate:retroDesc">
|
<tr class="highlight" ng-repeat="item in retrofitList | orderBy:retroPredicate:retroDesc">
|
||||||
|
|||||||
Reference in New Issue
Block a user