From f9cedd56ad2a2a4c7f62f4e15080d3764c3e3a52 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 9 Nov 2010 15:52:31 -0800 Subject: [PATCH] bug 6983 - host page - add Instance tab that list all instances under this host. --- ui/jsp/host.jsp | 110 +++++++++++++++++++++++++++++- ui/jsp/volume.jsp | 3 +- ui/scripts/cloud.core.host.js | 60 ++++++++++++---- ui/scripts/cloud.core.instance.js | 5 +- ui/scripts/cloud.core.volume.js | 2 +- 5 files changed, 158 insertions(+), 22 deletions(-) diff --git a/ui/jsp/host.jsp b/ui/jsp/host.jsp index f0ea3d0ea40..33583faf111 100644 --- a/ui/jsp/host.jsp +++ b/ui/jsp/host.jsp @@ -23,7 +23,9 @@
<%=t.t("details")%>
- <%=t.t("Statistics")%>
+ <%=t.t("statistics")%> +
+ <%=t.t("instance")%>
@@ -278,10 +280,112 @@
- - + + + + + + + + + + @@ -616,7 +617,7 @@