openmct/platform/features/table/res/templates/historical-table.html
Charles Hacskaylo 661b3d5889 [Frontend] Styling Export button
fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
2016-05-31 09:50:12 -07:00

9 lines
226 B
HTML

<div ng-controller="HistoricalTableController">
<mct-table
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true"
class="t-tabular t-historical">
</mct-table>
</div>