rabbitmq-server/deps/rabbitmq_management
Alexey Lebedeff a3b02bd01c Fix persistent message count display in mgmt UI
Fixes #3396

As can be seen in
9cf18e83f2/deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs (L171)
there should be 3 colums for a classic queue.

While it's possible to share the same field with the quorum queues
case, I did it this way so that conditions for the labels and for the
values will have the same shape.
2021-10-20 13:00:26 +02:00
..
bin MPL 2 license update for bin/rabbitmqadmin 2020-07-27 08:31:13 -07:00
include Replace a few more leftover MPLv1.1 license headers 2021-05-19 21:20:47 +03:00
priv Fix persistent message count display in mgmt UI 2021-10-20 13:00:26 +02:00
scripts
src Send www-authenticate header when basic auth present but it's wrong 2021-07-20 21:44:36 +02:00
test Don't run #3319 assertions in mixed version clusters 2021-08-19 23:03:09 +03:00
.gitignore Don't unintentionally gitignore HTTP API doc reference 2021-01-13 20:51:17 +03:00
.travis.yml Update Travis CI config 2020-10-13 16:35:19 -07:00
BUILD.bazel Update makefiles/bazel to reflect CT helpers repo merge-in 2021-09-30 10:48:11 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Caddyfile
LICENSE
LICENSE-APACHE2-excanvas
LICENSE-BSD-base64js
LICENSE-ISC-cowboy
LICENSE-MIT-EJS
LICENSE-MIT-Flot
LICENSE-MIT-Sammy
LICENSE-MIT-jQuery
LICENSE-MPL-RabbitMQ
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md Update link to the reference docs 2021-02-01 19:55:54 +01:00

README.md

Test Erlang 22.3 Test Erlang 23

RabbitMQ Management Plugin

This plugin provides a management UI and HTTP API for RabbitMQ.

Installation

This plugin is included in the RabbitMQ distribution. Like all plugins, it has to be enabled before it can be used.

Documentation

(c) 2007-2020 VMware, Inc. or its affiliates.