Replacing loading text with spinner

This commit is contained in:
softsimon 2023-07-18 17:15:54 +09:00
parent 4b41730636
commit d74e4b1876
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -75,5 +75,9 @@
</ng-template> </ng-template>
<ng-template #loadingTemplate> <ng-template #loadingTemplate>
<span>loading...</span> <td colspan="6">
<div class="text-center">
<div class="spinner-border text-light"></div>
</div>
</td>
</ng-template> </ng-template>