@if (error()) { } @if (showLoading()) {
{{ texts.loading }}
} @else if (rows().length === 0) {

{{ texts.empty }}

{{ texts.emptyHint }}

} @else {
@if (searchText().length > 0) { }
@for (chip of statusChips(); track chip.status) { }
@if (activeCount() > 0 || terminalCount() > 0) {
@if (activeCount() > 0) { } @if (failedCount() > 0) { } @if (terminalCount() > 0) { }
}
@if (filteredRows().length === 0) {

{{ texts.filter.noMatch }}

} @else {
{{ texts.columns.status }} {{ texts.columns.node }} {{ texts.columns.extension }} {{ texts.columns.age }} @if (row.cancellable || row.retryable) { @if (row.cancellable) { } @if (row.retryable) { } } {{ row.nodeId }} {{ row.extensionLabel }} {{ row.age }}
} }