diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-05-19 12:33:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-05-19 12:33:27 +0000 |
commit | 841395dd16f470e3c051a0a4fff5b91efc983c30 (patch) | |
tree | 4115f6eedcddda75067130b80acaff9e51612f49 /web/gui/main.js | |
parent | Adding upstream version 1.30.1. (diff) | |
download | netdata-841395dd16f470e3c051a0a4fff5b91efc983c30.tar.xz netdata-841395dd16f470e3c051a0a4fff5b91efc983c30.zip |
Adding upstream version 1.31.0.upstream/1.31.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/main.js')
-rw-r--r-- | web/gui/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/gui/main.js b/web/gui/main.js index dc9a5f7f0..c646b68c9 100644 --- a/web/gui/main.js +++ b/web/gui/main.js @@ -496,7 +496,7 @@ function toggleAgentItem(e, guid) { } } -// When you stream metrics from netdata to netdata, the recieving netdata now +// When you stream metrics from netdata to netdata, the receiving netdata now // has multiple host databases. It's own, and multiple mirrored. Mirrored databases // can be accessed with <http://localhost:19999/host/NAME/> const OLD_DASHBOARD_SUFFIX = "old" @@ -2840,7 +2840,7 @@ function initializeDynamicDashboardWithData(data) { } } -// an object to keep initilization configuration +// an object to keep initialization configuration // needed due to the async nature of the XSS modal var initializeConfig = { url: null, @@ -4431,7 +4431,7 @@ function runOnceOnDashboardWithjQuery() { function finalizePage() { // resize all charts - without starting the background thread // this has to be done while NETDATA is paused - // if we ommit this, the affix menu will be wrong, since all + // if we omit this, the affix menu will be wrong, since all // the Dom elements are initially zero-sized NETDATA.parseDom(); |