openmct/platform/features/table/res/templates/historical-table.html
Charles Hacskaylo 55603b927f [Frontend] Generalized markup and CSS for control-bar
Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
2016-09-01 19:37:36 -07:00

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>