mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
661b3d5889
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;
9 lines
226 B
HTML
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> |