fix typo in addHost dialog

This commit is contained in:
Kelven Yang 2010-12-21 16:48:30 -08:00
parent 8bcd354ae0
commit de1d879008
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;