mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-178899 - Default Docker run-config: browse button doesn't work
This commit is contained in:
+3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user