Skip to content

Commit 756282b

Browse files
committed
Add counters on detail pages
closes #3416
1 parent 346adc8 commit 756282b

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_management/priv/www/js/tmpl

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</tr>
131131
<% if(queue.consumers) { %>
132132
<tr>
133-
<th>Consumers%></th>
133+
<th>Consumers></th>
134134
<td><%= fmt_string(queue.consumers) %></td>
135135
</tr>
136136
<% } else if(queue.hasOwnProperty('consumer_details')) { %>

0 commit comments

Comments
 (0)