summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhydrogen-mvm <hydrogen-mvm@users.noreply.github.com>2020-10-09 08:45:39 -0400
committerGitHub <noreply@github.com>2020-10-09 15:45:39 +0300
commita46dee27894bc58c36d71549138d519fde058539 (patch)
tree19dd1ff0e41b5def2e7bac7fb411a91488fb5133 /web
parent81725715bd44a734849947f2d92af289d234b033 (diff)
Add missing period in netdata dashboard (#9960)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 8361ffc81d..77074fe702 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -754,7 +754,7 @@ netdataDashboard.context = {
},
'system.load': {
- info: 'Current system load, i.e. the number of processes using CPU or waiting for system resources (usually CPU and disk). The 3 metrics refer to 1, 5 and 15 minute averages. The system calculates this once every 5 seconds. For more information check <a href="https://en.wikipedia.org/wiki/Load_(computing)" target="_blank">this wikipedia article</a>',
+ info: 'Current system load, i.e. the number of processes using CPU or waiting for system resources (usually CPU and disk). The 3 metrics refer to 1, 5 and 15 minute averages. The system calculates this once every 5 seconds. For more information check <a href="https://en.wikipedia.org/wiki/Load_(computing)" target="_blank">this wikipedia article</a>.',
height: 0.7
},