Skip to content

Commit 6712bef

Browse files
RaymondLuong3Nateowami
authored andcommitted
Fix tests
1 parent 2709c67 commit 6712bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/serval-administration/serval-project.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Downloads</h2>
111111
</table>
112112
@if (trainingDataFiles.length > 0) {
113113
<h3>Training Files</h3>
114-
<table mat-table [dataSource]="trainingDataFiles">
114+
<table mat-table [dataSource]="trainingDataFiles" class="training-data-table">
115115
<ng-container matColumnDef="title">
116116
<th mat-header-cell *matHeaderCellDef>File Name</th>
117117
<td mat-cell *matCellDef="let file">
@@ -121,7 +121,7 @@ <h3>Training Files</h3>
121121

122122
<ng-container matColumnDef="download">
123123
<th mat-header-cell *matHeaderCellDef></th>
124-
<td mat-cell *matCellDef="let file" class="data-table-end">
124+
<td mat-cell *matCellDef="let file">
125125
<button mat-flat-button color="primary" (click)="downloadTrainingData(file.dataId)" [disabled]="!isOnline">
126126
<mat-icon>download</mat-icon>
127127
Download

0 commit comments

Comments
 (0)