mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. Fixes #3959
This commit is contained in:
committed by
Dave Page
parent
e5e154e268
commit
622b67684d
@@ -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' +
|
||||
|
||||
Reference in New Issue
Block a user