diff --git a/ui/new/jsp/instance.jsp b/ui/new/jsp/instance.jsp
index e8944b43877..eabf476cf81 100644
--- a/ui/new/jsp/instance.jsp
+++ b/ui/new/jsp/instance.jsp
@@ -1,904 +1,916 @@
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-

-
- Instance
-
-
-
-
-
-
- <%=t.t("Details")%>
-
- <%=t.t("Volume")%>
-
- <%=t.t("Statistics")%>
-
-
-
-
-
-
-
-
- <%=t.t("Template")%>:
-
-
-
-
-
-
- <%=t.t("Service")%>:
-
-
-
-
-
-
- <%=t.t("HA.Enabled")%>:
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Domain")%>:
-
-
-
-
-
-
-
- <%=t.t("ISO.attached")%>:
-
-
-
-
-
-
-
-
-
-
-
- statistics....
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Please specify the ISO you wish to attach to virtual instance.
-
-
-
-
-
-
- Please specify the new name you want to change for virtual instance.
-
-
-
-
-
-
- After changing service offering, you must restart virtual instance for the new service
- offering to take effect.
-
-
-
-
-
-
- Please specify the new group you want to assign to your Virtual Instance. If no
- such group exists, a new one will be created for you.
-
-
-
-
-
-
-
- Please specify the following information before creating a template of your disk
- volume: . Creating a template could take up
- to several hours depending on the size of your disk volume.
-
-
+<%@ page import="java.util.*" %>
+
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+

+
+ Instance
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+ <%=t.t("Volume")%>
+
+ <%=t.t("Statistics")%>
+
+
+
+
+
+
+
+
+ <%=t.t("Template")%>:
+
+
+
+
+
+
+ <%=t.t("Service")%>:
+
+
+
+
+
+
+ <%=t.t("HA.Enabled")%>:
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
+
+
+ <%=t.t("ISO.attached")%>:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Message will appear here
+
+
+
+
+
+
Error Message will appear here
+
+
+
+
+
+
+
+
+
+
+
+ statistics....
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Please specify the ISO you wish to attach to virtual instance.
+
+
+
+
+
+
+ Please specify the new name you want to change for virtual instance.
+
+
+
+
+
+
+ After changing service offering, you must restart virtual instance for the new service
+ offering to take effect.
+
+
+
+
+
+
+ Please specify the new group you want to assign to your Virtual Instance. If no
+ such group exists, a new one will be created for you.
+
+
+
+
+
+
+
+ Please specify the following information before creating a template of your disk
+ volume: . Creating a template could take up
+ to several hours depending on the size of your disk volume.
+
+