Skip to content

Commit

Permalink
frontend: Define the spinner text
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Zioga <elena@arrikto.com>
  • Loading branch information
elenzio9 committed Dec 14, 2022
1 parent 8370690 commit cf915c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<div class="page-padding lib-flex-grow lib-overflow-auto">
<!--spinner-->
<ng-container *ngIf="pageLoading; else content">
<lib-loading-spinner></lib-loading-spinner>
<lib-loading-spinner
message="Fetching Experiment details..."
></lib-loading-spinner>
</ng-container>
<!--the tabs-->
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
<ng-template #loading>
<div class="graph-div-outer">
<div class="graph-div-inner">
<mat-spinner></mat-spinner>
<lib-loading-spinner
message="Fetching Trial details..."
></lib-loading-spinner>
</div>
</div>
</ng-template>
Expand Down

0 comments on commit cf915c3

Please sign in to comment.