IDEA-178899 - Default Docker run-config: browse button doesn't work

This commit is contained in:
Michael Golubev
2017-09-19 11:08:07 +02:00
parent df14e932e1
commit 6bb3451995
@@ -128,6 +128,9 @@ public class RemoteServerCombo<S extends ServerConfiguration> extends ComboboxWi
if (item != null) {
item.onBrowseAction();
}
else {
editServer(RemoteServerListConfigurable.createConfigurable(myServerType, null));
}
}
private void onItemChosen(ActionEvent e) {