mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IDEA-164756 - Docker - old log tabs remains after re-creating container
- separate unique vs sticky / presentable name for AgentApplication's
This commit is contained in:
@@ -134,7 +134,7 @@ public abstract class CloudSourceApplicationConfigurable<
|
||||
JComboBox existingComboBox = getExistingComboBox();
|
||||
existingComboBox.removeAllItems();
|
||||
for (Deployment deployment : deployments) {
|
||||
existingComboBox.addItem(deployment.getName());
|
||||
existingComboBox.addItem(deployment.getPresentableName());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user