summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorShyam Sreevalsan <shyam@netdata.cloud>2022-07-27 19:22:40 +0300
committerGitHub <noreply@github.com>2022-07-27 19:22:40 +0300
commit750810e1798e09cc6210e83594eb9ed4905f8f12 (patch)
tree343a4b0c81dbff2b1d153a2303e4feae8c905f8c /web
parent50bf6c18b4354c25404e9143a5ad11f67278287f (diff)
Fix typo in PostgreSQL section header (#13440)
* Fix typo in PostgreSQL section header * Update dashboard_info.js
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 1f49a4b944..e1cf26caf0 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -334,9 +334,9 @@ netdataDashboard.menu = {
},
'postgres': {
- title: 'Postgres',
+ title: 'PostgreSQL',
icon: '<i class="fas fa-database"></i>',
- info: 'Performance metrics for <b>PostgresSQL</b>, the object-relational database (ORDBMS).'
+ info: 'Performance metrics for <b>PostgreSQL</b>, the open source object-relational database management system (ORDBMS).'
},
'redis': {
@@ -3791,7 +3791,6 @@ netdataDashboard.context = {
// ------------------------------------------------------------------------
// POSTGRESQL
-
'postgres.db_stat_blks': {
info: 'Blocks reads from disk or cache.<ul>' +
'<li><strong>blks_read:</strong> number of disk blocks read in this database.</li>' +