update configure workflow
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / app-control / app-control.component.html
index ec802f4..3bf2d7a 100644 (file)
       <mat-header-cell *matHeaderCellDef> Action </mat-header-cell>
       <!-- click on button should not expand/collapse the row -->
       <mat-cell *matCellDef="let element" (click)="$event.stopPropagation()">
-      <button mat-icon-button (click)="controlApp(element)">
+        <button mat-icon-button (click)="onConfigureApp(element)">
           <mat-icon matTooltip="Adjust settings">settings</mat-icon>
         </button>
+<!--        <button mat-icon-button (click)="controlApp(element)">
+          <mat-icon matTooltip="Adjust settings">settings</mat-icon>
+        </button>-->
         <button mat-icon-button (click)="onUndeployApp(element)">
           <mat-icon matTooltip="Undeploy app">cloud_download</mat-icon>
         </button>