Skip to content

Commit 68a5e5a

Browse files
authored
ui: show password with success notification (apache#5889)
Fixes apache#5888 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent f639f56 commit 68a5e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/compute/DeployVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ export default {
17791779
const vm = result.jobresult.virtualmachine
17801780
const name = vm.displayname || vm.name || vm.id
17811781
if (vm.password) {
1782-
this.$notification.error({
1782+
this.$notification.success({
17831783
message: password + ` ${this.$t('label.for')} ` + name,
17841784
description: vm.password,
17851785
duration: 0

0 commit comments

Comments
 (0)