Merge branch 'open1193' of https://github.com/nasa/openmctweb into open1193

This commit is contained in:
Henry
2016-10-18 16:32:12 -07:00
5 changed files with 57 additions and 55 deletions

View File

@ -52,9 +52,10 @@
<tr ng-repeat-start="visibleRow in visibleRows track by visibleRow.rowIndex"
ng-if="visibleRow.rowIndex === toiRowIndex"
ng-style="{ top: visibleRow.offsetY + 'px' }"
class="l-toi-tablerow pinned">
class="l-toi-tablerow">
<td colspan="999">
<mct-include key="'time-of-interest'"></mct-include>
<mct-include key="'time-of-interest'"
class="l-toi-holder pinned"></mct-include>
</td>
</tr>
<tr ng-repeat-end