mirror of
https://github.com/nasa/openmct.git
synced 2025-01-25 21:59:23 +00:00
9 lines
215 B
HTML
9 lines
215 B
HTML
|
<div ng-controller="RTTelemetryTableController">
|
||
|
<mct-table
|
||
|
headers="headers"
|
||
|
rows="rows"
|
||
|
enableFilter="true"
|
||
|
enableSort="true"
|
||
|
auto-scroll="true">
|
||
|
</mct-table>
|
||
|
</div>
|