mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 06:21:53 +01:00
change icon for pending
This commit is contained in:
parent
4afe6dbd6d
commit
130fb05264
1 changed files with 2 additions and 1 deletions
|
@ -796,8 +796,9 @@
|
|||
</q-icon>
|
||||
<q-icon
|
||||
v-else
|
||||
name="settings_ethernet"
|
||||
name="downloading"
|
||||
color="grey"
|
||||
:style="props.row.isOut ? 'transform: rotateX(180deg)' : ''"
|
||||
@click="props.expand = !props.expand"
|
||||
>
|
||||
<q-tooltip><span v-text="$t('pending')"></span></q-tooltip>
|
||||
|
|
Loading…
Add table
Reference in a new issue