Skip to content

Commit

Permalink
Fix #806
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Dec 3, 2013
1 parent 827904b commit 5af2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/brokers.ts
Expand Up @@ -138,7 +138,7 @@ module Fabric {
});
if (containerId) {
// lets create a container object per broker for the N+1 case
var container = findByIdOrCreate(broker.containers, brokerId + "_" + containerId, maps.container, () => {
var container = findByIdOrCreate(broker.containers, containerId, maps.container, () => {
return brokerStatus;
});
if (container.master) {
Expand Down

0 comments on commit 5af2de2

Please sign in to comment.