diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index d99a06393eb..23dda4d6818 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -350,6 +350,7 @@ label.please.wait=Please Wait label.disk.size.gb=Disk Size (in GB) label.snapshot.name=Snapshot Name label.volume.name=Volume Name +label.primary.storage=Primary Storage label.lang.english=English label.lang.chinese=Chinese (Simplified) diff --git a/ui/jsp/primarystorage.jsp b/ui/jsp/primarystorage.jsp index 5a3afd6fe08..323b5871e7e 100644 --- a/ui/jsp/primarystorage.jsp +++ b/ui/jsp/primarystorage.jsp @@ -1,17 +1,15 @@ -<%@ page import="java.util.*" %> - -<%@ page import="com.cloud.utils.*" %> - -<% - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + + + +

- Primary Storage +

@@ -21,7 +19,7 @@
- <%=t.t("details")%>
+
@@ -30,7 +28,7 @@

- Loading …

+

@@ -38,11 +36,11 @@
(title)
-
- <%=t.t("ID")%>:
+ :
@@ -67,7 +65,7 @@
- <%=t.t("name")%>:
+ :
@@ -77,7 +75,7 @@
- <%=t.t("state")%>:
+ :
@@ -87,7 +85,7 @@
- <%=t.t("zone")%>:
+ :
@@ -97,7 +95,7 @@
- <%=t.t("pod")%>:
+ :
@@ -107,7 +105,7 @@
- <%=t.t("cluster")%>:
+ :
@@ -117,7 +115,7 @@
- <%=t.t("type")%>:
+ :
@@ -127,7 +125,7 @@
- <%=t.t("IP.or.FQDN")%>:
+ :
@@ -137,7 +135,7 @@
- <%=t.t("path")%>:
+ :
@@ -147,7 +145,7 @@
- <%=t.t("disk.total")%>:
+ :
@@ -157,7 +155,7 @@
- <%=t.t("disk.allocated")%>:
+ :
@@ -167,7 +165,7 @@
- <%=t.t("tags")%>:
+ :
@@ -178,8 +176,8 @@
- - + +
@@ -193,7 +191,7 @@
Add Primary Storage
@@ -203,15 +201,14 @@