diff --git a/deps/rabbitmq_management/priv/www/js/tmpl/memory.ejs b/deps/rabbitmq_management/priv/www/js/tmpl/memory.ejs index d04461be1d..26e95e92e1 100644 --- a/deps/rabbitmq_management/priv/www/js/tmpl/memory.ejs +++ b/deps/rabbitmq_management/priv/www/js/tmpl/memory.ejs @@ -17,6 +17,7 @@ 'mnesia' : ['table', 'Mnesia'], 'msg_index' : ['table', 'Message store index'], 'mgmt_db' : ['table', 'Management database'], + 'quorum_ets' : ['table', 'Quorum queue ETS tables'], 'other_ets' : ['table', 'Other ETS tables'], 'plugins' : ['proc', 'Plugins'], 'other_proc' : ['proc', 'Other process memory'], @@ -47,6 +48,7 @@ var key = [[{name: 'Queues', colour: 'queue', keys: [['mnesia', 'internal database tables'], ['msg_index', 'message store index'], ['mgmt_db', 'management database'], + ['quorum_ets', 'quorum queue tables'], ['other_ets', 'other']]}], [{name: 'Processes', colour: 'proc',