mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 08:32:28 +00:00
8 lines
187 B
HTML
8 lines
187 B
HTML
<div ng-controller="HistoricalTableController">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true">
|
|
</mct-table>
|
|
</div> |