mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
8 lines
179 B
HTML
8 lines
179 B
HTML
|
<div ng-controller="RTTableController">
|
||
|
<mct-table
|
||
|
headers="headers"
|
||
|
rows="rows"
|
||
|
enableFilter="true"
|
||
|
enableSort="true">
|
||
|
</mct-table>
|
||
|
</div>
|