Skip to content
Snippets Groups Projects
Commit 95fc4d4b authored by Reid Givens's avatar Reid Givens
Browse files

SSA-6467: Display the summary of progress on the minitiles page - part 2

parent cf7d0846
No related branches found
No related tags found
No related merge requests found
<table class="table my-3" *ngIf="progress | async as progress">
<table class="table my-3" *ngIf="progress | async as progress; else loading">
<thead class="thead-light">
<tr>
<th>Epoch</th>
......@@ -43,3 +43,6 @@
</tr>
</tbody>
</table>
<ng-template #loading>
<app-loading></app-loading>
</ng-template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment