mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support for viewing PGD Clusters. #7215
This commit is contained in:
@@ -221,7 +221,9 @@ module.exports = [{
|
||||
'pure|pgadmin.node.aggregate',
|
||||
'pure|pgadmin.node.operator',
|
||||
'pure|pgadmin.node.dbms_job_scheduler',
|
||||
'pure|pgadmin.node.replica_node'
|
||||
'pure|pgadmin.node.replica_node',
|
||||
'pure|pgadmin.node.pgd_replication_groups',
|
||||
'pure|pgadmin.node.pgd_replication_servers',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -396,7 +398,7 @@ module.exports = [{
|
||||
minChunks: 2,
|
||||
enforce: true,
|
||||
test(module) {
|
||||
return webpackShimConfig.matchModules(module, ['codemirror', 'rc-', '@material-ui']);
|
||||
return webpackShimConfig.matchModules(module, ['codemirror', 'rc-', '@mui']);
|
||||
},
|
||||
},
|
||||
vendor_others: {
|
||||
|
Reference in New Issue
Block a user