summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/derby-store/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker-plugins/derby-store/src')
-rw-r--r--qpid/java/broker-plugins/derby-store/src/main/java/resources/js/qpid/management/virtualhostnode/derby/show.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/broker-plugins/derby-store/src/main/java/resources/js/qpid/management/virtualhostnode/derby/show.js b/qpid/java/broker-plugins/derby-store/src/main/java/resources/js/qpid/management/virtualhostnode/derby/show.js
index d72b41d0c4..5272e76e4c 100644
--- a/qpid/java/broker-plugins/derby-store/src/main/java/resources/js/qpid/management/virtualhostnode/derby/show.js
+++ b/qpid/java/broker-plugins/derby-store/src/main/java/resources/js/qpid/management/virtualhostnode/derby/show.js
@@ -29,8 +29,10 @@ define(["dojo/_base/xhr",
"dojo/domReady!"],
function (xhr, lang, connect, parser, json, entities, query, json)
{
- function DerbyNode(containerNode)
+ function DerbyNode(data)
{
+ var containerNode = data.containerNode;
+ this.parent = data.parent;
var that = this;
xhr.get({url: "virtualhostnode/derby/show.html",
sync: true,