Fix rendering of exclusive queues in the list. Damn it.
This commit is contained in:
parent
0c5296c419
commit
2acb80d38e
|
|
@ -97,7 +97,7 @@ function fmt_features_short(obj) {
|
|||
|
||||
if (obj.owner_pid_details != undefined) {
|
||||
res += '<acronym title="Exclusive queue: click for owning connection">'
|
||||
+ link_conn(queue.owner_pid_details.name, "Excl") + '</acronym>';
|
||||
+ link_conn(obj.owner_pid_details.name, "Excl") + '</acronym>';
|
||||
}
|
||||
|
||||
for (var k in ALL_ARGS) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue