From 68a5e5aa77bbf8282e42e4dffe73d6ca62512055 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 24 Jan 2022 17:05:07 +0530 Subject: [PATCH] ui: show password with success notification (#5889) Fixes #5888 Signed-off-by: Abhishek Kumar --- ui/src/views/compute/DeployVM.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 2d942115a2b..cbabe796ff4 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -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