RED-9657: fixed help mode links.
This commit is contained in:
parent
845c819392
commit
98ac49fbc8
@ -1,5 +1,5 @@
|
|||||||
<div [class.selection-enabled]="selectionEnabled" class="header-item">
|
<div [class.selection-enabled]="selectionEnabled" class="header-item">
|
||||||
<div [attr.help-mode-key]="helpModeKey" class="header-title">
|
<div class="header-title">
|
||||||
@if (selectionEnabled) {
|
@if (selectionEnabled) {
|
||||||
<iqser-round-checkbox
|
<iqser-round-checkbox
|
||||||
(click)="listingService.selectAll()"
|
(click)="listingService.selectAll()"
|
||||||
@ -9,7 +9,7 @@
|
|||||||
></iqser-round-checkbox>
|
></iqser-round-checkbox>
|
||||||
}
|
}
|
||||||
|
|
||||||
<span class="all-caps-label">
|
<span [attr.help-mode-key]="helpModeKey" class="all-caps-label">
|
||||||
{{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }}
|
{{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }}
|
||||||
@if (listingService.selectedLength$ | async; as selectedItems) {
|
@if (listingService.selectedLength$ | async; as selectedItems) {
|
||||||
<span> ({{ 'table-header.selected-count' | translate: { count: selectedItems } }}) </span>
|
<span> ({{ 'table-header.selected-count' | translate: { count: selectedItems } }}) </span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user