diff --git a/ui/new/jsp/resource.jsp b/ui/new/jsp/resource.jsp
index 27ff52b9d24..42e79001160 100644
--- a/ui/new/jsp/resource.jsp
+++ b/ui/new/jsp/resource.jsp
@@ -1156,6 +1156,15 @@
+
+
+
+
-
+
<%=t.t("Please.choose.a.OS.preference.for.this.host..Virtual.machines.will.always.be.allocated.to.hosts.with.an.OS.preference.that.matches.with.the.OS.type.of.the.template.chosen.for.the.virtual.machine.before.choosing.other.hosts.")%>
diff --git a/ui/new/scripts/cloud.core2.resource.js b/ui/new/scripts/cloud.core2.resource.js
index 07a9bb57f20..e6c1c446221 100644
--- a/ui/new/scripts/cloud.core2.resource.js
+++ b/ui/new/scripts/cloud.core2.resource.js
@@ -670,7 +670,7 @@ function systemvmJsonToDetailsTab(jsonObj) {
var $detailsTab = $("#systemvm_page").find("#tab_content_details");
$detailsTab.data("jsonObj", jsonObj);
- //resetViewConsoleAction(jsonObj, $detailsTab);
+ resetViewConsoleAction(jsonObj, $detailsTab);
setVmStateInRightPanel(jsonObj.state, $detailsTab.find("#state"));
$detailsTab.find("#ipAddress").text(jsonObj.publicip);