From bed42deb8835760e98a39902a698c38dbd17b414 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 29 Oct 2013 14:16:25 -0700 Subject: [PATCH] CLOUDSTACK-4908: UI for report CPU sockets -Adds socket info for hypervisors on infrastructure chart -Displays # of sockets, and # of hosts -Currently only dummy data set to 0 for all info --- .../classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/index.jsp | 5 +++ ui/scripts/system.js | 31 +++++++++++++++++-- ui/scripts/ui-custom/physicalResources.js | 23 ++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index e5b06ecd21d..3210aca536a 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +label.sockets=Sockets label.root.disk.size=Root disk size label.s3.nfs.server=S3 NFS Server label.s3.nfs.path=S3 NFS Path diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index f9fe0887325..35cba22531e 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,7 @@ under the License. <% long now = System.currentTimeMillis(); %>