Tokens in Container

@if (dataSource.data.length > 1) { Filter Token... }
@for (column of columnsKeyMap; track column) { } @if (authService.actionAllowed("container_remove_token")) { } @if (authService.actionAllowed("delete")) { }
{{ column.label }}
@switch (column.key) { @case ("serial") { @if (element.username === authService.username()) { {{ element[column.key] }} } @else { {{ element[column.key] }} } } @case ("active") { {{ tableUtilsService.getDisplayText(column.key, element) }} } @case ("username") { {{ element[column.key] }} } @default { @if (tableUtilsService.isLink(column.key)) { {{ element[column.key] }} } @else { {{ element[column.key] }} } } }
Remove
@if (element.username === authService.username()) { }
Delete
@if (element.username === authService.username()) { }
No data matching the filter.