mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
9 lines
263 B
HTML
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> |