Add pattern to match AC application name
[portal/ric-dashboard.git] / webapp-frontend / src / app / app-control / app-control.component.html
index 6c8a453..5c69c2f 100644 (file)
@@ -55,7 +55,7 @@
       <button mat-icon-button (click)="controlApp(element)">
           <mat-icon matTooltip="Adjust settings">settings</mat-icon>
         </button>
-        <button mat-icon-button (click)="undeployApp(element)">
+        <button mat-icon-button (click)="onUndeployApp(element)">
           <mat-icon matTooltip="Undeploy app">cloud_download</mat-icon>
         </button>
       </mat-cell>
@@ -94,7 +94,7 @@
   </table>
 
   <div class="spinner-container" *ngIf="dataSource.loading$ | async">
-    <mat-spinner></mat-spinner>
+    <mat-spinner diameter=50></mat-spinner>
   </div>
 
 </div>