mirror of
https://github.com/nasa/openmct.git
synced 2025-01-26 22:29:34 +00:00
976333d7f7
Historical and real-time data flowing Added formatting, and limits. Support telemetry objects themselves and not just composition of telemetry objects Apply default time range if none supplied (15 minutes)
12 lines
374 B
HTML
12 lines
374 B
HTML
<div ng-controller="TelemetryTableController as tableController"
|
|
ng-class="{'loading': loading}">
|
|
<mct-table
|
|
headers="headers"
|
|
time-columns="tableController.timeColumns"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
sort-column="defaultSort"
|
|
class="tabular-holder has-control-bar">
|
|
</mct-table>
|
|
</div> |