Skip to content

Commit ba95a09

Browse files
status is not updated when start/stop from other view(e.g. properties)
1 parent 83e1d9b commit ba95a09

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/SpringCloudAppNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public SpringCloudAppNode(SpringCloudApp app, SpringCloudNode parent) {
7272

7373
public void onAppStatusChanged(SpringCloudApp app) {
7474
if (this.app.name().equals(app.name())) {
75-
this.app.refresh();
75+
this.refreshNode();
7676
this.fillData(this.app, this.app.activeDeployment());
7777
}
7878
}

0 commit comments

Comments
 (0)