Add configurable delay to mock endpoints
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-control / ran-control.component.html
index 474542a..d249d44 100644 (file)
@@ -68,7 +68,7 @@
   </table>
 
   <div class="spinner-container" *ngIf="dataSource.loading$ | async">
-    <mat-spinner></mat-spinner>
+    <mat-spinner diameter=50></mat-spinner>
   </div>
 
 </div>