row++;
WidgetUtils.addToGridBag(new JLabel(imageManager.getImageIcon("images/model/datastore.png")), panel, 0, row);
WidgetUtils.addToGridBag(DCLabel.bright(_metadata.getDatastoreName()), panel, 1, row, GridBagConstraints.WEST);
DCPanel datastoreButtonPanel = new DCPanel();
datastoreButtonPanel.setLayout(new HorizontalLayout(0));
datastoreButtonPanel.add(_datastoreCombobox);
datastoreButtonPanel.add(Box.createHorizontalStrut(4));
datastoreButtonPanel.add(_autoMapButton);
WidgetUtils.addToGridBag(datastoreButtonPanel, panel, 2, row, GridBagConstraints.WEST);