summaryrefslogtreecommitdiffstats
path: root/web/gui/dashboard/dashboard-react.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-08 16:27:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-08 16:27:08 +0000
commit81581f9719bc56f01d5aa08952671d65fda9867a (patch)
tree0f5c6b6138bf169c23c9d24b1fc0a3521385cb18 /web/gui/dashboard/dashboard-react.js
parentReleasing debian version 1.38.1-1. (diff)
downloadnetdata-81581f9719bc56f01d5aa08952671d65fda9867a.tar.xz
netdata-81581f9719bc56f01d5aa08952671d65fda9867a.zip
Merging upstream version 1.39.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard/dashboard-react.js')
-rw-r--r--web/gui/dashboard/dashboard-react.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/gui/dashboard/dashboard-react.js b/web/gui/dashboard/dashboard-react.js
index 99f868f42..8dbe6c3a6 100644
--- a/web/gui/dashboard/dashboard-react.js
+++ b/web/gui/dashboard/dashboard-react.js
@@ -175,7 +175,7 @@ NETDATA.options = {
sync_selection: true, // enable or disable selection sync
- pan_and_zoom_delay: 50, // when panning or zooming, how ofter to update the chart
+ pan_and_zoom_delay: 50, // when panning or zooming, how often to update the chart
sync_pan_and_zoom: true, // enable or disable pan and zoom sync
@@ -356,7 +356,7 @@ NETDATA.localStorage = {
// todo temporary stuff which was originally in dashboard.js
-// but needs to be refractored
+// but needs to be refactored
NETDATA.name2id = function (s) {
return s
.replace(/ /g, '_')