RED-9657: fixed help mode links.

This commit is contained in:
Nicoleta Panaghiu 2024-07-16 13:32:58 +03:00
parent 845c819392
commit 98ac49fbc8

View File

@ -1,5 +1,5 @@
<div [class.selection-enabled]="selectionEnabled" class="header-item">
<div [attr.help-mode-key]="helpModeKey" class="header-title">
<div class="header-title">
@if (selectionEnabled) {
<iqser-round-checkbox
(click)="listingService.selectAll()"
@ -9,7 +9,7 @@
></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) } }}
@if (listingService.selectedLength$ | async; as selectedItems) {
<span> ({{ 'table-header.selected-count' | translate: { count: selectedItems } }}) </span>