Change create wildcard index default value to false for mongo 3.2 (#759)

* Change create wildcard index default value to false for mongo 3.2

* Update snapshots
This commit is contained in:
victor-meng
2021-05-06 19:27:47 -07:00
committed by GitHub
parent 78eafe1aec
commit d62baf327b
8 changed files with 26 additions and 3 deletions

View File

@@ -438,7 +438,7 @@
<!-- Provision collection throughput - end -->
<!-- Custom indexes for mongo checkbox - start -->
<div class="pkPadding" data-bind="visible: container.isEnableMongoCapabilityPresent()">
<div class="pkPadding" data-bind="visible: isEnableMongoCapabilityEnabled()">
<p>
<span class="addCollectionLabel">Indexing</span>
</p>