mirror of https://github.com/apache/cloudstack.git
ui: show password with success notification (#5889)
Fixes #5888 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
f639f56834
commit
68a5e5aa77
|
|
@ -1779,7 +1779,7 @@ export default {
|
|||
const vm = result.jobresult.virtualmachine
|
||||
const name = vm.displayname || vm.name || vm.id
|
||||
if (vm.password) {
|
||||
this.$notification.error({
|
||||
this.$notification.success({
|
||||
message: password + ` ${this.$t('label.for')} ` + name,
|
||||
description: vm.password,
|
||||
duration: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue