Skip to content
Prev Previous commit
Next Next commit
Show shard #, Primary/Unassigned
  • Loading branch information
wodash committed May 15, 2014
commit 3b1294bf8f93c3b69be0a733fc8bf99d332276df
2 changes: 2 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
{{#eachProperty this.nodes}}
<h2>Node: {{property}}</h2>
{{#each value}}
<h4 style="display: inline-block;">Shard: {{this.tag}} &nbsp </h4>
<span style="color: grey; font-size: 12px;"><i>{{this.primary}} {{this.state}}</i></span>
<div id="{{this.id}}" style="width:1000px; height:300px;"></div>
{{/each}}
{{/eachProperty}}
Expand Down