mirror of https://gitee.com/bigwinds/arangodb
added shards keys to coll. info view
This commit is contained in:
parent
79c0f54072
commit
73bcd41476
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue