Fixed Collections for Mongo can have 20gb (#293)

This commit is contained in:
Steve Faulkner 2020-10-20 22:58:36 -05:00 committed by GitHub
parent 09a95fded4
commit e09730d782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
<!-- Fixed option button - Start -->
<div class="tab">
<input type="radio" id="tab1" name="storage" value="10" class="radio" data-bind="checked: storage">
<label for="tab1">Fixed (10 GB)</label>
<label for="tab1">Fixed (20 GB)</label>
</div>
<!-- Fixed option button - End -->