Merge branch 'master' into audit
This commit is contained in:
commit
1e3ea14f69
35 changed files with 305 additions and 136 deletions
|
@ -31,6 +31,7 @@
|
|||
<div class="details">
|
||||
<p class="detail">
|
||||
<a
|
||||
data-test="txhash_text"
|
||||
class="detail-description"
|
||||
:href="txExplorerUrl(tx.txHash)"
|
||||
target="_blank"
|
||||
|
@ -47,6 +48,7 @@
|
|||
<b-tooltip :active="activeCopyTooltip" :label="tooltipCopy" position="is-left" multilined>
|
||||
<b-button
|
||||
type="is-primary hide-icon-desktop"
|
||||
data-test="decrypt_note_button"
|
||||
size="is-small"
|
||||
icon-left="decrypt"
|
||||
:disabled="disableCopyButton"
|
||||
|
@ -55,7 +57,13 @@
|
|||
{{ $t('decrypt') }}
|
||||
</b-button>
|
||||
</b-tooltip>
|
||||
<b-button type="is-dark" size="is-small" icon-right="remove" @click="onClose" />
|
||||
<b-button
|
||||
type="is-dark"
|
||||
data-test="remove_note_button"
|
||||
size="is-small"
|
||||
icon-right="remove"
|
||||
@click="onClose"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue