Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. Fixes #3959

This commit is contained in:
Khushboo Vashi
2019-02-14 11:15:01 +00:00
committed by Dave Page
parent e5e154e268
commit 622b67684d
10 changed files with 623 additions and 464 deletions

View File

@@ -235,7 +235,8 @@ module.exports = {
'pgadmin.dashboard' +
',pgadmin.tools.user_management' +
',pgadmin.browser.object_statistics' +
',pgadmin.browser.object_depends' +
',pgadmin.browser.dependencies' +
',pgadmin.browser.dependents' +
',pgadmin.browser.object_sql' +
',pgadmin.browser.bgprocess' +
',pgadmin.node.server_group' +