-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
- RabbitMQ version: 3.86
- Erlang version: 22.3
The table shown on the /queues page has a Node column if the cluster has more than one node configured. This column shows the node harboring the current queue master.
In some configurations, the information this column provides is of little use (e.g. a 2-node cluster with all queues mirrored to both nodes). Especially with RABBITMQ_USE_LONGNAME=true
, the column can take up a huge amount of space - in my specific setup the node names are 100 characters long!
Thus i think it should be hideable just like all the columns after it - using the +/- button on the side of the table:
jaroslaw-bochniak