From 3857dd359a9ada761e7e61ee6d6be513e221dcf2 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 28 Sep 2010 17:27:15 -0700 Subject: [PATCH] new UI - domain page - implement details panel. --- ui/new/jsp/domain.jsp | 97 ++++++++++++++++++++++++++++ ui/new/scripts/cloud.core2.domain.js | 56 +++++++++------- 2 files changed, 129 insertions(+), 24 deletions(-) diff --git a/ui/new/jsp/domain.jsp b/ui/new/jsp/domain.jsp index 3c02eab7588..48fb781d705 100644 --- a/ui/new/jsp/domain.jsp +++ b/ui/new/jsp/domain.jsp @@ -6,6 +6,103 @@ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); %> + +
+ +

+ Domain +

+
+
+ +
+
+ <%=t.t("Details")%>
+
+
+
+ +
+
+
+
+
+

+ Detaching Disk …

+
+
+
+
+
+
+ <%=t.t("ID")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Name")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Accounts")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Instances")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Volume")%>:
+
+
+
+
+
+
+
+
+
+ +