openmct/platform/features/table/res/templates/historical-table.html

9 lines
226 B
HTML
Raw Normal View History

<div ng-controller="HistoricalTableController">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true"
class="t-tabular t-historical">
</mct-table>
</div>