feat: add icon to keys
This commit is contained in:
parent
aa10f639b5
commit
7fad3fc38d
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<q-btn
|
<q-btn
|
||||||
@click="showKeys = !showKeys"
|
@click="showKeys = !showKeys"
|
||||||
:label="showKeys ? 'Hide Keys' : 'Show Keys'"
|
label="Keys"
|
||||||
|
icon="vpn_key"
|
||||||
color="primary"
|
color="primary"
|
||||||
>
|
>
|
||||||
<q-tooltip> Show Public or Private keys </q-tooltip>
|
<q-tooltip> Show Public or Private keys </q-tooltip>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue