update configure workflow
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / catalog / catalog.component.html
index b54d5db..9982e48 100644 (file)
@@ -38,9 +38,6 @@
         <mat-header-cell *matHeaderCellDef> Action </mat-header-cell>
         <mat-cell *matCellDef="let element">
           <div class="catalog-button-row">
-            <button mat-icon-button (click)="onConfigureApp(element)">
-              <mat-icon matTooltip="Adjust settings">settings</mat-icon>
-            </button>
             <button mat-icon-button (click)="onDeployApp(element)">
               <mat-icon matTooltip="Deploy app">cloud_upload</mat-icon>
             </button>