|
{{ column.label }}
|
@switch (column.key) {
@case ("serial") {
}
@case ("container_serial") {
@if (containerService.containerBelongsToUser(element.container_serial)) {
{{ element[column.key] }}
} @else {
{{ element[column.key] }}
}
@if (element.container_serial !== "") {
}
@case ("active") {
@if (authService.actionAllowed("enable") && authService.actionAllowed("disable")) {
{{ tableUtilsService.getDisplayText(column.key, element) }}
} @else {
{{ tableUtilsService.getDisplayText(column.key, element) }}
}
}
@case ("failcount") {
@if (authService.actionAllowed("reset")) {
{{ tableUtilsService.getDisplayText(column.key, element) }}
} @else {
{{ tableUtilsService.getDisplayText(column.key, element) }}
}
}
@case ("revoke") {
@if (!element.revoked) {
}
}
@case ("delete") {
}
@default {
@if (tableUtilsService.isLink(column.key)) {
{{ element[column.key] }}
} @else {
{{ element[column.key] }}
}
}
}
|
|---|
| No data matching the filter. |