mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 00:31:06 +00:00
55603b927f
Fixes #1166 New markup and CSS MIgrated existing tabular views to use new styles
9 lines
266 B
HTML
9 lines
266 B
HTML
<div ng-controller="HistoricalTableController" ng-class="{'loading': loading}">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
class="tabular-holder has-control-bar">
|
|
</mct-table>
|
|
</div> |