mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 15:32:56 +00:00
2a4944d6ee
Added batch processing of large historical queries. #1077
12 lines
375 B
HTML
12 lines
375 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"
|
|
default-sort="defaultSort"
|
|
class="tabular-holder has-control-bar">
|
|
</mct-table>
|
|
</div> |