ContentGroupLabel destinations = new ContentGroupLabel("Destinations");
panel.add(destinations);
destinations.getElement().setAttribute("style", "padding-top:20px;");
TabPanel bottomLayout = new TabPanel();
bottomLayout.addStyleName("default-tabpanel");
queueList = new QueueList(presenter);
bottomLayout.add(queueList.asWidget(),"Queues");
topicList = new TopicList(presenter);