diff --git a/ui/new/jsp/snapshot.jsp b/ui/new/jsp/snapshot.jsp
index 3a8712d91de..d6e6126008d 100644
--- a/ui/new/jsp/snapshot.jsp
+++ b/ui/new/jsp/snapshot.jsp
@@ -1,166 +1,170 @@
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-

-
- Snapshot
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
-
-
- <%=t.t("Volume")%>:
-
-
-
-
-
-
- <%=t.t("Interval.Type")%>:
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Domain")%>:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+<%@ page import="java.util.*" %>
+
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+

+
+ Snapshot
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("Volume")%>:
+
+
+
+
+
+
+ <%=t.t("Interval.Type")%>:
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/new/jsp/volume.jsp b/ui/new/jsp/volume.jsp
index d081c688f88..b57fc1380d7 100644
--- a/ui/new/jsp/volume.jsp
+++ b/ui/new/jsp/volume.jsp
@@ -30,13 +30,7 @@