mirror of https://github.com/apache/cloudstack.git
fix typo in addHost dialog
This commit is contained in:
parent
8bcd354ae0
commit
de1d879008
|
|
@ -500,7 +500,7 @@ function bindAddHostButton($button, currentPageInRightPanel, $leftmenuItem1) {
|
|||
array1.push("&password="+todb(password));
|
||||
|
||||
var hostname = trim($thisDialog.find("#host_vcenter_address").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcente_dc").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcenter_dc").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcenter_host").val());
|
||||
|
||||
var url;
|
||||
|
|
|
|||
|
|
@ -1273,7 +1273,7 @@ function bindAddHostButtonOnZonePage($button, zoneId, zoneName) {
|
|||
array1.push("&password="+todb(password));
|
||||
|
||||
var hostname = trim($thisDialog.find("#host_vcenter_address").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcente_dc").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcenter_dc").val());
|
||||
hostname += "/" + trim($thisDialog.find("#host_vcenter_host").val());
|
||||
|
||||
var url;
|
||||
|
|
|
|||
Loading…
Reference in New Issue