From 49f55f0a5635638bf3e2c7f8f73ec694ccaba2d9 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 9 Nov 2010 16:16:25 -0800 Subject: [PATCH] bug 6983 - host page - add Router tab that list all routers under this host. --- .../classes/resources/resource.properties | 1 + ui/jsp/host.jsp | 117 +++++++++++++++++- ui/scripts/cloud.core.host.js | 48 ++++++- 3 files changed, 162 insertions(+), 4 deletions(-) diff --git a/client/WEB-INF/classes/resources/resource.properties b/client/WEB-INF/classes/resources/resource.properties index b4565d24646..a75c5d83cb9 100644 --- a/client/WEB-INF/classes/resources/resource.properties +++ b/client/WEB-INF/classes/resources/resource.properties @@ -30,6 +30,7 @@ service.offerings = Service Offerings disk.offerings = Disk Offerings details = Details +statistics = Statistics network = Network secondary.storage = Secondary Storage diff --git a/ui/jsp/host.jsp b/ui/jsp/host.jsp index 33583faf111..e701215fe37 100644 --- a/ui/jsp/host.jsp +++ b/ui/jsp/host.jsp @@ -26,6 +26,8 @@ <%=t.t("statistics")%>
<%=t.t("instance")%>
+
+ <%=t.t("router")%>
@@ -294,6 +296,19 @@
+ + + + @@ -301,7 +316,7 @@
-