Filter
Filter By
@for (option of filterableColumns; track option) {
{{ option.label }}
}
@if (includeStatusFilter) {
Status
All Statuses
Running
Stopped
Validating
Disabled
Invalid
}
@if (includePrimaryNodeOnlyFilter) {
Primary Node
}
@if (clusterNodes && clusterNodes.length > 0) {
Cluster Node
@for (node of clusterNodes; track node) {
{{ node.address }}
}
}