This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 7105a05  ui: show password after reinstalling VM (#5638)
7105a05 is described below

commit 7105a05888b287e8d9dc5e14bd0491938737c608
Author: Hoang Nguyen <[email protected]>
AuthorDate: Fri Oct 29 23:57:16 2021 +0700

    ui: show password after reinstalling VM (#5638)
---
 ui/src/views/AutogenView.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index b349b2b..24eedf9 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -1135,6 +1135,9 @@ export default {
                 })
               }
             }
+            if ('successMethod' in action) {
+              action.successMethod(this, result)
+            }
             resolve(true)
           },
           errorMethod: () => {

Reply via email to