Fix typo in PostgreSQL section header (#13440)
* Fix typo in PostgreSQL section header * Update dashboard_info.js
Shyam Sreevalsan committed
Jul 27, 2022 at 19:22 UTC
750810e1798e09cc6210e83594eb9ed4905f8f12
1 file changed
+2
-3
web/gui/dashboard_info.js
+2
-3
@@ -334,9 +334,9 @@ netdataDashboard.menu = {
334
},
335
336
'postgres': {
337
- title: 'Postgres',
337
+ title: 'PostgreSQL',
338
icon: '<i class="fas fa-database"></i>',
339
- info: 'Performance metrics for <b>PostgresSQL</b>, the object-relational database (ORDBMS).'
339
+ info: 'Performance metrics for <b>PostgreSQL</b>, the open source object-relational database management system (ORDBMS).'
340
},
341
342
'redis': {
@@ -3791,7 +3791,6 @@ netdataDashboard.context = {
3791
// ------------------------------------------------------------------------
3792
// POSTGRESQL
3793
3794
-
3794
'postgres.db_stat_blks': {
3795
info: 'Blocks reads from disk or cache.<ul>' +
3796
'<li><strong>blks_read:</strong> number of disk blocks read in this database.</li>' +