diff --git a/ui/jsp/resource.jsp b/ui/jsp/resource.jsp index b03207c4f5e..c6362314da2 100644 --- a/ui/jsp/resource.jsp +++ b/ui/jsp/resource.jsp @@ -975,8 +975,8 @@
  • - -
  • diff --git a/ui/scripts/cloud.core.resource.js b/ui/scripts/cloud.core.resource.js index a6a10a6f9bc..6990feb851a 100644 --- a/ui/scripts/cloud.core.resource.js +++ b/ui/scripts/cloud.core.resource.js @@ -912,7 +912,8 @@ function initAddHostShortcut() { array1.push("&hypervisor="+hypervisor); var clustertype = clusterObj.clustertype; - array1.push("&clustertype=" + clustertype); + array1.push("&clustertype=" + clustertype); + array1.push("&hosttags=" + todb(trim($thisDialog.find("#host_tags").val()))); if(hypervisor == "VMware") { var username = trim($thisDialog.find("#host_vcenter_username").val());