diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-01 06:15:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-01 06:15:04 +0000 |
commit | e970e0b37b8bd7f246feb3f70c4136418225e434 (patch) | |
tree | 0b67c0ca45f56f2f9d9c5c2e725279ecdf52d2eb /web/gui/dashboard/dashboard.html | |
parent | Adding upstream version 1.31.0. (diff) | |
download | netdata-e970e0b37b8bd7f246feb3f70c4136418225e434.tar.xz netdata-e970e0b37b8bd7f246feb3f70c4136418225e434.zip |
Adding upstream version 1.32.0.upstream/1.32.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard/dashboard.html')
-rw-r--r-- | web/gui/dashboard/dashboard.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/gui/dashboard/dashboard.html b/web/gui/dashboard/dashboard.html index d843fc5cb..c550db390 100644 --- a/web/gui/dashboard/dashboard.html +++ b/web/gui/dashboard/dashboard.html @@ -2,7 +2,7 @@ <!-- SPDX-License-Identifier: GPL-3.0-or-later --> <html lang="en"> <head> - <title>NetData Dashboard</title> + <title>Netdata Dashboard</title> <meta name="application-name" content="netdata"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> @@ -25,7 +25,7 @@ <div class="container-fluid"> -<h1>NetData Custom Dashboard <div data-netdata="system.cpu" data-chart-library="sparkline" data-height="30" data-after="-600" data-sparkline-linecolor="#888"></div></h1> +<h1>Netdata Custom Dashboard <div data-netdata="system.cpu" data-chart-library="sparkline" data-height="30" data-after="-600" data-sparkline-linecolor="#888"></div></h1> This is a template for building custom dashboards. To build a dashboard you just do this: @@ -518,8 +518,8 @@ Sparklines using dygraphs <hr> <h1>Google Charts</h1> -NetData was originaly developed with Google Charts. -NetData is a complete Google Visualization API provider. +Netdata was originaly developed with Google Charts. +Netdata is a complete Google Visualization API provider. <br/> <div style="width: 33%; display: inline-block;"> <div data-netdata="system.processes" |