1
0
Fork 0

shard view [ci skip]

This commit is contained in:
hkernbach 2016-06-14 00:11:34 +02:00
parent 6e8a5f78d5
commit 7b9fd624e9
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@
<div class="pure-g pure-table pure-table-body">
<div class="pure-table-row" collection="<%= collectionName %>" shard="<%= name %>" leader="<%= shard.leader%>">
<% if (name.substring(0,1) === '_') { %>
<% name = name.slice(1) %>
<% } %>
<div class="<%= genClass %> left"><%= name %></div>
<% if (name === Object.keys(collection.Current)[counter]) { %>