summaryrefslogtreecommitdiff
path: root/qpid/java/management
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-03-01 09:53:47 +0000
committerRobert Gemmell <robbie@apache.org>2011-03-01 09:53:47 +0000
commiteacde548cd9731f27d9beb6c3ee95d839ad77d12 (patch)
tree3174cf0c15bd6c990f128e5803126745eaaafb57 /qpid/java/management
parentaf314a11d617556268321269a1fbf0ba3b15b349 (diff)
downloadqpid-python-eacde548cd9731f27d9beb6c3ee95d839ad77d12.tar.gz
QPID-3092: add a tab view to expose the virtualhost attributes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1075756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management')
-rw-r--r--qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTabFolderFactory.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTabFolderFactory.java b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTabFolderFactory.java
index 1fef89d6b5..527fc67be3 100644
--- a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTabFolderFactory.java
+++ b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTabFolderFactory.java
@@ -131,6 +131,8 @@ public class MBeanTabFolderFactory
}
break;
case VHOST_MANAGER:
+ createAttributesTab(tabFolder, mbean);
+
tab = new TabItem(tabFolder, SWT.NONE);
tab.setText("Operations");
controller = new VHostTabControl(tabFolder, mbean, mbsc);