From 3818e4c041a448c3ad01a51b0cc3f9e12e433313 Mon Sep 17 00:00:00 2001 From: Fotis Voutsas Date: Tue, 11 Jan 2022 08:25:53 +0200 Subject: Fix a broken link in dashboard_info.js (#11948) --- web/gui/dashboard_info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 128301a8ac..5b98b8736d 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -5265,7 +5265,7 @@ netdataDashboard.context = { 'sharedcommon is amount of machine memory that is shared by all powered-on virtual machines and vSphere services on the host. ' + 'shared - sharedcommon = machine memory (host memory) savings (KB). ' + 'For details see Measuring and Differentiating Types of Memory Usage and ' + - 'Memory Counters articles.' + 'Memory Counters articles.' }, 'vsphere.host_mem_swap_rate': { @@ -5290,7 +5290,7 @@ netdataDashboard.context = { 'active is amount of memory that is actively used, as estimated by VMkernel based on recently touched memory pages. ' + 'shared is amount of guest “physical” memory shared with other virtual machines (through the VMkernel’s transparent page-sharing mechanism, a RAM de-duplication technique). ' + 'For details see Measuring and Differentiating Types of Memory Usage and ' + - 'Memory Counters articles.' + 'Memory Counters articles.' }, -- cgit v1.2.3