File tree Expand file tree Collapse file tree
src/app/component/mapping Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 < section class ="sortSection ">
3232 < mat-button-toggle-group [formControl] ="SortCtrl " aria-label ="Sort By ">
33- < mat-button-toggle value ="sortByTask " (click) ="changeTableBasedOnCurrentSort() "> Tasks </ mat-button-toggle >
33+ < mat-button-toggle value ="sortByTask " (click) ="changeTableBasedOnCurrentSort() "> Activity </ mat-button-toggle >
3434 < mat-button-toggle value ="sortBySAMM " (click) ="changeTableBasedOnCurrentSort() "> SAMM</ mat-button-toggle >
3535 < mat-button-toggle value ="sortByISO " (click) ="changeTableBasedOnCurrentSort() "> ISO</ mat-button-toggle >
3636 </ mat-button-toggle-group >
5252 </ ng-container >
5353
5454 < ng-container matColumnDef ="taskName ">
55- < th mat-header-cell *matHeaderCellDef > Task </ th >
55+ < th mat-header-cell *matHeaderCellDef > Activity </ th >
5656 < td mat-cell *matCellDef ="let element "> {{element.taskName}} </ td >
5757 </ ng-container >
5858
You can’t perform that action at this time.
0 commit comments