Rename a couple of management UI tabs

* Queueus => Queues and Streams
 * Stream => Stream Connections

to better reflect what they display in modern versions.

Per discussion with the team.

(cherry picked from commit f720338658)
This commit is contained in:
Michael Klishin 2023-06-10 18:57:16 +04:00 committed by Mergify
parent dd42e06d2d
commit 13ce525d90
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ var NAVIGATION = {'Overview': ['#/', "management"],
'Connections': ['#/connections', "management", true],
'Channels': ['#/channels', "management", true],
'Exchanges': ['#/exchanges', "management", true],
'Queues': ['#/queues', "management", true],
'Queues and Streams': ['#/queues', "management", true],
'Admin':
[{'Users': ['#/users', "administrator"],
'Virtual Hosts': ['#/vhosts', "administrator"],

View File

@ -32,7 +32,7 @@ dispatcher_add(function(sammy) {
});
});
NAVIGATION['Stream'] = ['#/stream/connections', "monitoring"];
NAVIGATION['Stream Connections'] = ['#/stream/connections', "monitoring"];
var ALL_STREAM_CONNECTION_COLUMNS =
{'Overview': [['user', 'User name', true],