File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/SIL.XForge.Scripture/ClientApp/src/app/serval-administration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments