From 804881e71350a019097d3043933fa7ba932a4e34 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 27 Apr 2012 11:55:32 +0200 Subject: [PATCH] Bug #1246: Add max cpu to host info view (cherry picked from commit 30fbadd5046c3ceb2da7370819a155c1e50960c7) --- src/sunstone/public/js/plugins/hosts-tab.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sunstone/public/js/plugins/hosts-tab.js b/src/sunstone/public/js/plugins/hosts-tab.js index 431985711f..aec8889a19 100644 --- a/src/sunstone/public/js/plugins/hosts-tab.js +++ b/src/sunstone/public/js/plugins/hosts-tab.js @@ -549,6 +549,10 @@ function updateHostInfo(request,host){ ' + tr("Used Mem (allocated)") + '\ '+humanize_size(host_info.HOST_SHARE.MAX_USAGE)+'\ \ + \ + ' + tr("Max CPU") + '\ + '+host_info.HOST_SHARE.MAX_CPU+'\ + \ \ ' + tr("Used CPU (real)") + '\ '+host_info.HOST_SHARE.USED_CPU+'\