nifiguy commented on code in PR #10097:
URL: https://github.com/apache/nifi/pull/10097#discussion_r2247833460
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/summary/ui/connection-status-listing/connection-status-table/connection-status-table.component.html:
##########
@@ -193,6 +193,16 @@
</td>
</ng-container>
+ <!-- Load Balance Status Column -->
+ <ng-container matColumnDef="loadBalanceStatus">
+ <th mat-header-cell *matHeaderCellDef
mat-sort-header>
+ <div class="overflow-ellipsis
overflow-hidden whitespace-nowrap">Load Balance</div>
Review Comment:
It's a subtle difference, but I prefer "Load Balance" (and if necessary will
add "Status" back in.) By phrasing it "Load Balancing", this is an active
wording and implies active state versus configuration status. It suggest a
status of "Active" means the connection is currently in the state of moving
data as it load balances and that once complete or once no more data is in the
connection's queue, it will update to "Inactive".
--
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]