{{ translate.get('alarm.selected-alarms', {count: alarmsDatasource.selection.selected.length}) | async }} @if (allowAcknowledgment) { } @if (ctx.settings.allowClear) { }
@for (column of columns; track trackByColumnDef($index, column)) { {{ column.title }} @if (column.entityKey.key === 'assignee') { @if (alarm.assigneeId && checkAssigneeHasName(alarm.assignee)) { {{ getUserInitials(alarm.assignee) }} {{ getUserDisplayName(alarm.assignee) }} } @else { {{ alarm.assigneeId ? 'no_accounts' : 'account_circle' }} {{ (alarm.assigneeId ? 'alarm.user-deleted' : 'alarm.unassigned') | translate }} } @if (allowAssign) { } } } @if (alarmsDatasource.countCellButtonAction) {
}
@if (alarmsDatasource.countCellButtonAction) {
@for (actionDescriptor of alarm.actionCellButtons; track trackByActionCellDescriptionId($index, actionDescriptor)) { @if (!actionDescriptor.icon) { } @if (actionDescriptor.icon) { } }
@if (alarm.hasActions) {
@for (actionDescriptor of alarm.actionCellButtons; track trackByActionCellDescriptionId($index, actionDescriptor)) { @if (actionDescriptor.icon) { } }
} }
{{ noDataDisplayMessageText }} {{ 'common.loading' | translate }}
@if (displayPagination) { } @if (displayPagination) { }