Skip to content

Commit

Permalink
MOSIP-30410: Ui fix
Browse files Browse the repository at this point in the history
Signed-off-by: SwethaKrish4 <[email protected]>
  • Loading branch information
SwethaKrish4 committed Nov 28, 2023
1 parent 006d5e1 commit 290c91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<th mat-header-cell *matHeaderCellDef class="failcasesHeader"> {{"testRunHistory.failCases"|translate}} </th>
<td mat-cell *matCellDef="let element" [ngStyle]="{color: 'red'}" class="failcasesCell"> {{element.failCaseCount}} </td>
</ng-container>
<ng-container matColumnDef="actions" stickyEnd>
<ng-container matColumnDef="actions">
<th mat-header-cell *matHeaderCellDef class="detailsHeader"> {{"testRunHistory.details"|translate}} </th>
<td mat-cell *matCellDef="let row" class="detailsCell">
<button mat-flat-button color="accent" (click)="viewTestRun(row)" class="viewtestrunbutton">
Expand Down

0 comments on commit 290c91f

Please sign in to comment.