Add missing period in netdata dashboard (#9960)
hydrogen-mvm committed
Oct 9, 2020 at 08:45 UTC
a46dee27894bc58c36d71549138d519fde058539
1 file changed
+1
-1
web/gui/dashboard_info.js
+1
-1
@@ -754,7 +754,7 @@ netdataDashboard.context = {
754
},
755
756
'system.load': {
757
- 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>',
757
+ 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>.',
758
height: 0.7
759
},
760