diff --git a/src/sunstone/public/app/tabs/provision-tab/vms/list.js b/src/sunstone/public/app/tabs/provision-tab/vms/list.js index 522ffa19d3..08e2a08778 100644 --- a/src/sunstone/public/app/tabs/provision-tab/vms/list.js +++ b/src/sunstone/public/app/tabs/provision-tab/vms/list.js @@ -412,7 +412,7 @@ define(function(require) { var vcenter_info = ""; if(data.MONITORING.VCENTER_GUEST_STATE){ - vcenter_info = "" + Locale.tr("vCenter Information") + "" + + vcenter_info = "" + Locale.tr("vCenter information") + "" + "" + Locale.tr("GUEST STATE") + "" + data.MONITORING.VCENTER_GUEST_STATE + "" + "" + Locale.tr("VMWARETOOLS RUNNING STATUS") + "" + data.MONITORING.VCENTER_VMWARETOOLS_RUNNING_STATUS + "" + diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/info.js b/src/sunstone/public/app/tabs/vms-tab/panels/info.js index 2251c94775..0a48c193ba 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/info.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/info.js @@ -109,7 +109,7 @@ define(function(require) { var templateTableHTML = TemplateTable.html(strippedTemplate, RESOURCE, Locale.tr("Attributes"), true); - var templateTableVcenterHTML = TemplateTableVcenter.html(strippedTemplateVcenter, RESOURCE, Locale.tr("Vcenter information"), false); + var templateTableVcenterHTML = TemplateTableVcenter.html(strippedTemplateVcenter, RESOURCE, Locale.tr("vCenter information"), false); var monitoring = $.extend({}, this.element.MONITORING); delete monitoring.CPU; diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/storage.js b/src/sunstone/public/app/tabs/vms-tab/panels/storage.js index d055f0df10..50af8ee91a 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/storage.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/storage.js @@ -92,7 +92,7 @@ define(function(require) {
\
\
\ - ' + Locale.tr("Disk RD Bytes") + '\ + ' + Locale.tr("Disk read bytes") + '\
\
\
\ @@ -108,7 +108,7 @@ define(function(require) {
\
\
\ - ' + Locale.tr("Disk WR Bytes") + '\ + ' + Locale.tr("Disk write bytes") + '\
\
\
\ @@ -124,7 +124,7 @@ define(function(require) {
\
\
\ - ' + Locale.tr("Disk RD IOPS") + '\ + ' + Locale.tr("Disk read IOPS") + '\
\
\
\ @@ -140,7 +140,7 @@ define(function(require) {
\
\
\ - ' + Locale.tr("Disk WR IOPS") + '\ + ' + Locale.tr("Disk write IOPS") + '\
\
\
\ @@ -714,7 +714,7 @@ define(function(require) { div_graph : $("#vm_st_dwb_graph") }, { - labels : Locale.tr("Disk Read IOPS"), + labels : Locale.tr("Disk read IOPS"), monitor_resources : "MONITORING/DISKRDIOPS", //humanize_figures : true, //convert_from_bytes : true,