mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Backend changes to fetch the statistics for the database and server
nodes, along with the front-end changes for those node. NOTE: We've not yet added the support to show them on the front-end.
This commit is contained in:
@@ -8,6 +8,8 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'server',
|
||||
label: '{{ _('Server') }}',
|
||||
canDrop: true,
|
||||
hasStatistics: true,
|
||||
hasCollectiveStatistics: true,
|
||||
Init: function() {
|
||||
|
||||
/* Avoid multiple registration of same menus */
|
||||
|
||||
Reference in New Issue
Block a user