Skip to content

Commit

Permalink
Add counters on detail pages
Browse files Browse the repository at this point in the history
closes #3416

(cherry picked from commit 23d0e4d)
  • Loading branch information
Gsantomaggio authored and mergify-bot committed Sep 16, 2021
1 parent 8f4e0ac commit 442e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs
Expand Up @@ -130,7 +130,7 @@
</tr>
<% if(queue.consumers) { %>
<tr>
<th>Consumers></th>
<th>Consumers</th>
<td><%= fmt_string(queue.consumers) %></td>
</tr>
<% } else if(queue.hasOwnProperty('consumer_details')) { %>
Expand Down

0 comments on commit 442e866

Please sign in to comment.