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:
Ashesh Vashi
2016-04-14 16:45:32 +05:30
parent 6f58170894
commit 8a39b3a700
14 changed files with 179 additions and 71 deletions

View File

@@ -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 */