This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 3ff5ee7 Display IP address while deleting it (#868)
3ff5ee7 is described below
commit 3ff5ee7c591e337520bee48c220931dd7be5e3cf
Author: Rakesh <[email protected]>
AuthorDate: Mon Nov 23 10:29:17 2020 +0100
Display IP address while deleting it (#868)
Co-authored-by: Rakesh Venkatesh <[email protected]>
---
src/views/AutogenView.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/AutogenView.vue b/src/views/AutogenView.vue
index 3f6bf5e..7437654 100644
--- a/src/views/AutogenView.vue
+++ b/src/views/AutogenView.vue
@@ -992,7 +992,8 @@ export default {
}
}
- const resourceName = params.displayname || params.displaytext ||
params.name || params.hostname || params.username || params.ipaddress ||
params.virtualmachinename || this.resource.name
+ const resourceName = params.displayname || params.displaytext ||
params.name || params.hostname || params.username ||
+ params.ipaddress || params.virtualmachinename || this.resource.name
|| this.resource.ipaddress
var hasJobId = false
this.actionLoading = true