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