Skip to content

Commit

Permalink
nsqadmin: topic view - fix rate calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Aug 6, 2015
1 parent ecde8ad commit 862f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsqadmin/static/js/views/topic.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<td>{{commafy memory_depth}} + {{commafy backend_depth}}</td>
<td>{{commafy msg_count}}</td>
{{#if ../graph_active}}
<td class="bold rate" target="{{rate "topic" node ../name ""}}"></td>
<td class="bold rate" target="{{rate "topic" node topic_name ""}}"></td>
{{/if}}
<td>{{commafy ../channels.length}}</td>
{{#if e2e_processing_latency.percentiles.length}}
Expand Down

0 comments on commit 862f307

Please sign in to comment.