Skip to content

Commit 62678d2

Browse files
committed
Set status to refresh while create new app service node
1 parent 5f675bf commit 62678d2

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/azure/webapp/base/WebAppBaseNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public WebAppBaseNode(final AzureRefreshableNode parent, final String label, fin
4040
this.appService = appService;
4141
this.subscriptionId = ResourceId.fromString(appService.id()).subscriptionId();
4242

43+
renderNode(WebAppBaseState.UPDATING);
4344
DefaultLoader.getIdeHelper().executeOnPooledThread(() -> refreshItems());
4445
}
4546

0 commit comments

Comments
 (0)