diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index efed75a0089..bcd1c3f9e5b 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -284,6 +284,10 @@ label.reserved.system.ip=Reserved System IP label.certificate=Certificate label.updating=Updating label.resource=Resource +label.virtual.appliance=Virtual Appliance +label.network.domain=Network Domain +label.nfs.storage=NFS Storage +label.secondary.storage=Secondary Storage label.lang.english=English label.lang.chinese=Chinese @@ -400,6 +404,7 @@ message.add.cluster=Add a hypervisor managed cluster for zone message.add.primary.storage=Add a new Primary Storage for zone , pod message.add.ip.range.to.pod=

Add an IP range to pod:

+message.secondary.storage=Add a new storage for zone message.number.zones=

# of Zones

message.number.pods=

# of Pods

message.number.clusters=

# of Clusters

diff --git a/ui/jsp/router.jsp b/ui/jsp/router.jsp index ef072c16773..721d6f5d3df 100644 --- a/ui/jsp/router.jsp +++ b/ui/jsp/router.jsp @@ -1,13 +1,9 @@ -<%@ 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" %> + + + +
@@ -16,7 +12,7 @@

- Virtual Appliance +

@@ -26,23 +22,23 @@
- <%=t.t("Details")%>
+
(title)
-
@@ -76,7 +72,7 @@
- <%=t.t("Zone")%>:
+ :
@@ -86,7 +82,7 @@
- <%=t.t("Name")%>:
+ :
@@ -96,7 +92,7 @@
- <%=t.t("Public IP")%>:
+ :
@@ -106,7 +102,7 @@
- <%=t.t("Private IP")%>:
+ :
@@ -116,7 +112,7 @@
- <%=t.t("Guest IP")%>:
+ :
@@ -126,7 +122,7 @@
- <%=t.t("Host")%>:
+ :
@@ -136,7 +132,7 @@
- <%=t.t("Network Domain")%>:
+ :
@@ -147,7 +143,7 @@
- <%=t.t("Domain")%>:
+ :
@@ -158,7 +154,7 @@
- <%=t.t("Account")%>:
+ :
@@ -168,7 +164,7 @@
- <%=t.t("Created")%>:
+ :
@@ -199,7 +195,7 @@
  1. + : @@ -182,7 +181,7 @@

    - Adding....

    + ....