Added support for viewing PGD Clusters. #7215

This commit is contained in:
Aditya Toshniwal
2024-05-20 16:54:49 +05:30
committed by GitHub
parent d6a9f8a06c
commit dd45f06d50
67 changed files with 2237 additions and 436 deletions

View File

@@ -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: {