New text and icon for download csv file.
This commit is contained in:
parent
9b7e574968
commit
7b0197a811
2 changed files with 18 additions and 10 deletions
|
|
@ -534,6 +534,11 @@ a.button-setup {
|
|||
margin: 0.7rem 0;
|
||||
}
|
||||
|
||||
.line-white {
|
||||
border-top: 1px solid #fff;
|
||||
margin: 0.7rem 0;
|
||||
}
|
||||
|
||||
.line-t {
|
||||
border-top: 1px solid #F8F8FB;
|
||||
padding-top: 0.5rem;
|
||||
|
|
|
|||
|
|
@ -99,17 +99,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="generating" class="right size-12">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
<span translate>Generating file...</span>
|
||||
<div class="line-white"></div>
|
||||
<div class="right size-12">
|
||||
<div ng-if="generating">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
<span translate>Generating file...</span>
|
||||
</div>
|
||||
<div ng-if="!generating">
|
||||
<a class="text-gray" href="#!/history" ng-click="downloadHistory();">
|
||||
<i class="fi-page-export-csv"></i>
|
||||
<span translate>Download CSV file</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="!generating" class="right size-12">
|
||||
<a class="text-gray" href="#!/history" ng-click="downloadHistory();">
|
||||
<i class="fi-download"></i>
|
||||
<span translate>Download</span>
|
||||
</a>
|
||||
</div>
|
||||
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" max-size="10" />
|
||||
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" max-size="10" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue