mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
[Table] Tweak appearance of export button
This commit is contained in:
parent
b520d08818
commit
f21f22d95c
@ -1,5 +1,11 @@
|
||||
<div class="l-view-section scrolling" style="overflow: auto;">
|
||||
<div ng-click="exportAsCSV()">Export</div>
|
||||
<div class="l-local-controls">
|
||||
<a class="t-btn l-btn s-btn"
|
||||
ng-click="exportAsCSV()"
|
||||
title="Export This View's Data">
|
||||
Export
|
||||
</a>
|
||||
</div>
|
||||
<table class="sizing-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user