Skip to content
Snippets Groups Projects
Commit 5c0f79c4 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

use spinner when loading audit metadata

parent d9faa0ae
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<h2 style="color:red">error loading metadata</h2> <h2 style="color:red">error loading metadata</h2>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="'Loading'"> <ng-container *ngSwitchCase="'Loading'">
<h2>loading metadata</h2> <mat-spinner></mat-spinner>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="'Loaded'"> <ng-container *ngSwitchCase="'Loaded'">
<cse-dars-metadata-table <cse-dars-metadata-table
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<h2 style="color:red">error loading metadata</h2> <h2 style="color:red">error loading metadata</h2>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="'Loading'"> <ng-container *ngSwitchCase="'Loading'">
<h2>loading metadata</h2> <mat-spinner></mat-spinner>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="'Loaded'"> <ng-container *ngSwitchCase="'Loaded'">
<cse-dars-metadata-table <cse-dars-metadata-table
......
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