mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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 vm = result.jobresult.virtualmachine
|
||||||
const name = vm.displayname || vm.name || vm.id
|
const name = vm.displayname || vm.name || vm.id
|
||||||
if (vm.password) {
|
if (vm.password) {
|
||||||
this.$notification.error({
|
this.$notification.success({
|
||||||
message: password + ` ${this.$t('label.for')} ` + name,
|
message: password + ` ${this.$t('label.for')} ` + name,
|
||||||
description: vm.password,
|
description: vm.password,
|
||||||
duration: 0
|
duration: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user