Skip to content

Commit

Permalink
Improved: updated the failed records icon properties & wrapped it in …
Browse files Browse the repository at this point in the history
…ion-button(#680)
  • Loading branch information
R-Sourabh committed Nov 26, 2024
1 parent ec1759c commit 8f1a97e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/DataManagerLogDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
<ion-badge v-if="log.statusId" :color="getLogStatusColor(log.statusId)">{{ translate(getStatusDesc(log.statusId)) }}</ion-badge>

<div class="ion-text-center" lines="none" v-if="log.errorRecordContentId">
<ion-icon color="medium" :icon="cloudDownloadOutline" @click="downloadErrorRecordFile(log)" />
<ion-button fill="clear" color="medium" @click="downloadErrorRecordFile(log)">
<ion-icon slot="icon-only" :icon="cloudDownloadOutline" />
</ion-button>
<ion-label>
<p>{{ translate('Failed records') }}</p>
</ion-label>
Expand Down

0 comments on commit 8f1a97e

Please sign in to comment.