sujkm commented on code in PR #8945:
URL: https://github.com/apache/nifi/pull/8945#discussion_r1633708974
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/summary/ui/common/summary-table-filter/summary-table-filter.component.html:
##########
@@ -50,6 +50,21 @@
</mat-form-field>
</div>
}
+ @if (includeVersionedFlowStateFilter) {
+ <div>
+ <mat-form-field subscriptSizing="dynamic">
+ <mat-label>Version State</mat-label>
+ <mat-select
formControlName="filterVersionedFlowState">
+ <mat-option value="All">All States</mat-option>
+ <mat-option value="Up to date">Up to
date</mat-option>
+ <mat-option value="Locally modified">Locally
modified</mat-option>
+ <mat-option value="Stale">Stale</mat-option>
+ <mat-option value="Locally modified and
stale">Locally modified and stale</mat-option>
+ <mat-option value="Sync failure">Sync
failure</mat-option>
+ </mat-select>
Review Comment:
Changed to enum values
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]