Skip to content

Commit

Permalink
#4726: Confusing workflow of "Get Publish Profile"
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmingliang-ms committed Sep 23, 2022
1 parent fabd785 commit 75c3abc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ protected WebAppBasePropertyView(@Nonnull Project project, @Nonnull String sid,
appSettingDecorator.setContentComponent(pnlAppSettings);
appSettingDecorator.setOn(true);

btnGetPublishFile.setIcon(AllIcons.Actions.Download);
btnGetPublishFile.addActionListener(new AzureActionListenerWrapper(INSIGHT_NAME, "btnGetPublishFile", null) {
@Override
public void actionPerformedFunc(ActionEvent event) {
Expand Down

0 comments on commit 75c3abc

Please sign in to comment.