mirror of https://github.com/apache/cloudstack.git
compute: show ssh keypair name on creation
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
913a09276d
commit
97eaec2a8c
|
|
@ -181,7 +181,7 @@ export default {
|
|||
if (json.createsshkeypairresponse && json.createsshkeypairresponse.keypair && json.createsshkeypairresponse.keypair.privatekey) {
|
||||
this.$notification.info({
|
||||
message: this.$t('label.create.ssh.key.pair'),
|
||||
description: (<span domPropsInnerHTML={'<pre>' + json.createsshkeypairresponse.keypair.privatekey + '</pre>'}></span>),
|
||||
description: (<span domPropsInnerHTML={'<strong>' + values.name + '</strong><br/><pre>' + json.createsshkeypairresponse.keypair.privatekey + '</pre>'}></span>),
|
||||
duration: 0
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue