| {{ column.label }} |
@if (column.key === 'lastseen') {
{{ client.lastseen ? (client.lastseen | date:'yyyy-MM-dd HH:mm:ss z':'UTC') : '' }}
} @else {
{{ client[column.key] }}
}
@if (['ip', 'application'].includes(column.key)) {
|
}
|---|
| No data matching the filter. |