mirror of https://github.com/apache/cloudstack.git
Display IP address while deleting it (#868)
Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
b447fb1566
commit
89445d24f8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue