mirror of https://github.com/apache/cloudstack.git
scripts: Fix UI issue when deploying instance through host view
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
afe1323a54
commit
5b56c7fcb5
|
|
@ -819,8 +819,11 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (g_hostid != null)
|
||||
array1.push("&hostid=" + g_hostid);
|
||||
if (g_hostid != null) {
|
||||
$.extend(deployVmData, {
|
||||
hostid: g_hostid
|
||||
});
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: createURL('deployVirtualMachine'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue