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:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-08 16:27:04 +0000
commita836a244a3d2bdd4da1ee2641e3e957850668cea (patch)
treecb87c75b3677fab7144f868435243f864048a1e6 /web/gui/dashboard/dashboard-react.js
parentAdding upstream version 1.38.1. (diff)
downloadnetdata-a836a244a3d2bdd4da1ee2641e3e957850668cea.tar.xz
netdata-a836a244a3d2bdd4da1ee2641e3e957850668cea.zip
Adding upstream version 1.39.0.upstream/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, '_')