summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deps/rabbitmq_management/priv/www/js/global.js4
-rw-r--r--deps/rabbitmq_management/priv/www/js/tmpl/consumers.ejs2
2 files changed, 5 insertions, 1 deletions
diff --git a/deps/rabbitmq_management/priv/www/js/global.js b/deps/rabbitmq_management/priv/www/js/global.js
index 5b42c7b5ba..fbd1b5e33c 100644
--- a/deps/rabbitmq_management/priv/www/js/global.js
+++ b/deps/rabbitmq_management/priv/www/js/global.js
@@ -493,6 +493,10 @@ var HELP = {
For a quorum queue, a consumer can be inactive because its owning node is suspected down. <br/><br/> \
(<a href="https://www.rabbitmq.com/consumers.html#active-consumer" target="_blank">Documentation</a>)',
+ 'consumer-owner' :
+ '<a href="https://www.rabbitmq.com/consumers.html">AMQP consumers</a> belong to an AMQP channel, \
+ and <a href="https://www.rabbitmq.com/stream.html">stream consumers</a> belong to a stream connection.',
+
'plugins' :
'Note that only plugins which are both explicitly enabled and running are shown here.',
diff --git a/deps/rabbitmq_management/priv/www/js/tmpl/consumers.ejs b/deps/rabbitmq_management/priv/www/js/tmpl/consumers.ejs
index 32a346077a..a0b6ceb66a 100644
--- a/deps/rabbitmq_management/priv/www/js/tmpl/consumers.ejs
+++ b/deps/rabbitmq_management/priv/www/js/tmpl/consumers.ejs
@@ -3,7 +3,7 @@
<thead>
<tr>
<% if (mode == 'queue') { %>
- <th>Channel</th>
+ <th>Channel <span class="help" id="consumer-owner"></th>
<th>Consumer tag</th>
<% } else { %>
<th>Consumer tag</th>