infocard: let users copy secret key

Fixes #176

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-03-05 13:48:06 +05:30
parent 714a1ffead
commit 29006627ab
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@
<template slot="title">
<span>Copy {{ $t('secretkey') }}</span>
</template>
<a-button shape="circle" type="dashed" size="small" v-clipboard:copy="resource.apikey">
<a-button shape="circle" type="dashed" size="small" v-clipboard:copy="resource.secretkey">
<a-icon type="copy"/>
</a-button>
</a-tooltip>