Fix rendering of exclusive queues in the list. Damn it.

This commit is contained in:
Simon MacMullen 2014-10-24 11:28:28 +01:00
parent 0c5296c419
commit 2acb80d38e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {