Skip to content

Commit b765f26

Browse files
nodes show twice in explorer.
1 parent 3732bf4 commit b765f26

File tree

1 file changed

+1
-1
lines changed
  • Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/azure/springcloud

1 file changed

+1
-1
lines changed

Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/azure/springcloud/SpringCloudNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public SpringCloudNode(AzureRefreshableNode parent, SpringCloudCluster cluster)
4242

4343
public void onAppCreatedOrRemoved(SpringCloudApp app) {
4444
if (this.cluster.name().equals(app.getCluster().name())) {
45-
refreshItems();
45+
this.load(true);
4646
}
4747
}
4848

0 commit comments

Comments
 (0)