Normalize export button icons and descriptions
This commit is contained in:
parent
29b8d3b922
commit
014ddcc2d7
@ -63,12 +63,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- CSV export -->
|
<!-- CSV export -->
|
||||||
<rb-icon-button icon="forward-right" mode="secondary" (click)="exportCSV()" *ngIf="spectrumNames.length" style="margin-right: 0.5rem">
|
<rb-icon-button icon="download" mode="secondary" (click)="exportCSV()" *ngIf="spectrumNames.length" style="margin-right: 0.5rem">
|
||||||
Export to CSV
|
Export to CSV
|
||||||
</rb-icon-button>
|
</rb-icon-button>
|
||||||
|
|
||||||
<!-- PDF exprot -->
|
<!-- PDF export -->
|
||||||
<rb-icon-button icon="forward-right" mode="secondary" (click)="exportPDF()" *ngIf="spectrumNames.length">
|
<rb-icon-button icon="download" mode="secondary" (click)="exportPDF()" *ngIf="spectrumNames.length">
|
||||||
Export to PDF
|
Export to PDF
|
||||||
</rb-icon-button>
|
</rb-icon-button>
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
<a [href]="csvUrl" download="samples.csv">
|
<a [href]="csvUrl" download="samples.csv">
|
||||||
<rb-icon-button icon="download" mode="secondary" (mousedown)="csvUrl = sampleUrl({csv: true, export: true})">
|
<rb-icon-button icon="download" mode="secondary" (mousedown)="csvUrl = sampleUrl({csv: true, export: true})">
|
||||||
Download result as CSV
|
Export to CSV
|
||||||
</rb-icon-button>
|
</rb-icon-button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user