Skip to content

Commit

Permalink
Remove DocDB filters #334
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Jun 26, 2023
1 parent 59ec83d commit f11265a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/services/documentdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,7 @@ async function updateDatatableDatabaseDocumentDB() {
blockUI('#section-database-documentdb-subnetgroups-datatable');

await sdkcall("DocDB", "describeDBClusters", {
Filters: [{
Name: 'engine',
Values: ['docdb']
}]
// no params
}, true).then((data) => {
$('#section-database-documentdb-clusters-datatable').deferredBootstrapTable('removeAll');

Expand Down

0 comments on commit f11265a

Please sign in to comment.