openmct/platform/features/table/res/templates/historical-table.html
2016-06-16 11:08:43 -07:00

9 lines
263 B
HTML

<div ng-controller="HistoricalTableController" ng-class="{'loading': loading}">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true"
class="tabular-holder t-exportable">
</mct-table>
</div>