diff options
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 d843fc5c..c550db39 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" |