From 1bcb4f2f6ec9ea712b31f212149ef46412000f68 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 14 Oct 2010 17:45:37 -0700 Subject: [PATCH] new UI - resources page - host page - implement details tab.1 --- .../classes/resources/resource.properties | 6 + ui/new/jsp/resource.jsp | 111 +++++++++++++++++- ui/new/scripts/cloud.core2.resource.js | 19 ++- 3 files changed, 134 insertions(+), 2 deletions(-) diff --git a/client/WEB-INF/classes/resources/resource.properties b/client/WEB-INF/classes/resources/resource.properties index 9b282a5732f..848823ebffd 100644 --- a/client/WEB-INF/classes/resources/resource.properties +++ b/client/WEB-INF/classes/resources/resource.properties @@ -51,6 +51,8 @@ snapshot.limit = Snapshot Limit template.limit = Template Limit URL = URL zone = Zone +pod = Pod +cluster = Cluster bootable = Bootable group = Group storage.type = Storage Type @@ -79,6 +81,10 @@ active.sessions = Active Sessions public.ip = Public IP private.ip = Private IP host = Host +state = State +os.preference = OS Preference +last.disconnected = Last Disconnected + disk.offering = Disk Offering copy.ISO.to = Copy ISO to diff --git a/ui/new/jsp/resource.jsp b/ui/new/jsp/resource.jsp index 42303d0b8c7..0b4d170d037 100644 --- a/ui/new/jsp/resource.jsp +++ b/ui/new/jsp/resource.jsp @@ -307,7 +307,116 @@