mirror of
https://github.com/nasa/openmct.git
synced 2025-02-04 18:20:43 +00:00
8b9c51f303
fixes #973 - Done; - Styling for Export button and tabular view area in layout frame context; - Export button in frame context now hidden until user hovers over tabular view area in frame, includes animated transition; - Normalized line-height on button and menu elements in frame context; - Layout/markup/SASS for historical and RT tabular view modified; - Converted imagery.html layout to use flexbox;
10 lines
262 B
HTML
10 lines
262 B
HTML
<div ng-controller="RealtimeTableController">
|
|
<mct-table
|
|
headers="headers"
|
|
rows="rows"
|
|
enableFilter="true"
|
|
enableSort="true"
|
|
class="tabular-holder t-exportable"
|
|
auto-scroll="autoScroll">
|
|
</mct-table>
|
|
</div> |