Skip to content

Commit

Permalink
Merge pull request #5384 from Sage-Bionetworks/release-498
Browse files Browse the repository at this point in the history
Merge Release 498 into develop
  • Loading branch information
jay-hodgson authored May 10, 2024
2 parents e953c0b + 9e71c94 commit eb116f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public UploaderViewImpl(

this.progressContainer = new Progress();
progressContainer.setMarginTop(10);
// striped and animated (helps to indicate that the upload may not be stuck)
progressContainer.addStyleName("progress-striped active");
this.progressBar = new ProgressBar();
progressBar.setType(ProgressBarType.INFO);
progressContainer.add(progressBar);
Expand Down

0 comments on commit eb116f6

Please sign in to comment.