File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
app/shared/components/table Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 23
23
< mat-checkbox
24
24
*ngIf ="row.hasCheckbox && row.checkboxColumnIndex === j "
25
25
color ="primary "
26
+ matTooltip ="{{ 'SHARED_COMPONENTS.TABLE.SELECT_CHECKBOX' | translate }} "
26
27
disableRipple ="true "
27
28
[disabled] ="!row.isDisabled "
28
29
[checked] ="row.isCheckboxSelected "
29
30
(change) ="onCheckboxSelect(row) "
30
31
(click) ="$event.stopPropagation() "
31
32
> </ mat-checkbox >
32
33
< fa-icon
34
+ matTooltip ="{{ 'SHARED_COMPONENTS.TABLE.ICON' | translate }} "
33
35
*ngIf ="row.treeIcon !== '' && row.treeIconColumnIndex === j "
34
36
size ="1x "
35
- class ="cursor-click "
36
37
icon ="{{ row.treeIcon }} "
37
- (click) ="onRowClick(row) "
38
38
> </ fa-icon >
39
39
< div
40
+ matTooltip ="{{ cell | displayTranslation }} "
40
41
[ngClass] ="{
41
42
'name-column': j === 0,
42
43
'info-column': j > 0,
Original file line number Diff line number Diff line change 353
353
},
354
354
"TABLE" : {
355
355
"AVAILABILITY" : " Verfügbarkeit" ,
356
+ "SELECT_CHECKBOX" : " Kriterium auswählen" ,
356
357
"CONTEXT" : " Kontext" ,
357
358
"DISPLAY" : " Anzeige" ,
358
359
"NAME" : " Name" ,
359
360
"PATIENT_COUNT" : " Anzahl der Patienten" ,
360
361
"SITE" : " Standort" ,
361
362
"TERMCODE" : " Termcode" ,
362
- "TERMINOLOGY_CODE" : " Terminologie"
363
+ "TERMINOLOGY_CODE" : " Terminologie" ,
364
+ "ICON" : " Verwandte Kriterien anzeigen"
363
365
}
364
366
},
365
367
"SHARED_FILTER" : {
391
393
"SEARCH" : " Machbarkeitsabfrage - Suche"
392
394
}
393
395
}
394
- }
396
+ }
Original file line number Diff line number Diff line change 352
352
},
353
353
"TABLE" : {
354
354
"AVAILABILITY" : " Availability" ,
355
+ "SELECT_CHECKBOX" : " Select Criteria" ,
355
356
"CONTEXT" : " Context" ,
356
357
"DISPLAY" : " Display" ,
357
358
"NAME" : " Name" ,
358
359
"PATIENT_COUNT" : " Number of patients" ,
359
360
"SITE" : " Location" ,
360
361
"TERMCODE" : " Term code" ,
361
- "TERMINOLOGY_CODE" : " Terminology"
362
+ "TERMINOLOGY_CODE" : " Terminology" ,
363
+ "ICON" : " Show related criteria"
362
364
}
363
365
},
364
366
"SHARED_FILTER" : {
You can’t perform that action at this time.
0 commit comments