Filter
Filter By @for (option of filterableColumns; track option) { {{ option.label }} }
@if (includeStatusFilter) {
Status All Statuses Running Stopped Validating Disabled Invalid
} @if (includeVersionedFlowStateFilter) {
Version State All States Up to date Locally modified Stale Locally modified and stale Sync failure
} @if (includePrimaryNodeOnlyFilter) {
Primary Node
} @if (clusterNodes && clusterNodes.length > 0) {
Cluster Node @for (node of clusterNodes; track node) { {{ node.address }} }
}
Filter matched {{ filteredCount }} of {{ totalCount }}