1
0
Fork 0

added shards keys to coll. info view

This commit is contained in:
hkernbach 2016-10-13 14:07:19 +02:00
parent 79c0f54072
commit 73bcd41476
1 changed files with 11 additions and 0 deletions

View File

@ -84,6 +84,17 @@
</th>
</tr>
<% } %>
<% if (figuresData.shardKeys) { %>
<tr>
<th class="collectionInfoTh2">Shard Keys:</th>
<th class="collectionInfoTh">
<div class="modal-text"><%=JSON.stringify(figuresData.shardKeys)%></div>
</th>
<th class="collectionInfoTh">
</th>
</tr>
<% } %>
<% if (figuresData.replicationFactor) { %>
<tr>