mirror of https://github.com/apache/cloudstack.git
infocard: let users copy secret key
Fixes #176 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
714a1ffead
commit
29006627ab
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue