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:
parent
dd42e06d2d
commit
13ce525d90
|
@ -43,7 +43,7 @@ var NAVIGATION = {'Overview': ['#/', "management"],
|
||||||
'Connections': ['#/connections', "management", true],
|
'Connections': ['#/connections', "management", true],
|
||||||
'Channels': ['#/channels', "management", true],
|
'Channels': ['#/channels', "management", true],
|
||||||
'Exchanges': ['#/exchanges', "management", true],
|
'Exchanges': ['#/exchanges', "management", true],
|
||||||
'Queues': ['#/queues', "management", true],
|
'Queues and Streams': ['#/queues', "management", true],
|
||||||
'Admin':
|
'Admin':
|
||||||
[{'Users': ['#/users', "administrator"],
|
[{'Users': ['#/users', "administrator"],
|
||||||
'Virtual Hosts': ['#/vhosts', "administrator"],
|
'Virtual Hosts': ['#/vhosts', "administrator"],
|
||||||
|
|
|
@ -32,7 +32,7 @@ dispatcher_add(function(sammy) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
NAVIGATION['Stream'] = ['#/stream/connections', "monitoring"];
|
NAVIGATION['Stream Connections'] = ['#/stream/connections', "monitoring"];
|
||||||
|
|
||||||
var ALL_STREAM_CONNECTION_COLUMNS =
|
var ALL_STREAM_CONNECTION_COLUMNS =
|
||||||
{'Overview': [['user', 'User name', true],
|
{'Overview': [['user', 'User name', true],
|
||||||
|
|
Loading…
Reference in New Issue