HOTP tokens can be attached with offline to e.g. notebooks.
|
{{ column.label }}
@if (machineService.offlineApiFilter.includes(column.key)) {
}
|
@switch (column.key) {
@case ("serial") {
}
@default {
@if (tableUtilsService.isLink(column.key)) {
{{ element[column.key] }}
} @else {
{{ tableUtilsService.getDisplayText(column.key, element) }}
}
}
}
|
|---|
| No data matching the filter. |