rfellows commented on code in PR #8609:
URL: https://github.com/apache/nifi/pull/8609#discussion_r1561313385
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/registry-clients/registry-client-table/registry-client-table.component.html:
##########
@@ -101,10 +101,7 @@
<td mat-cell *matCellDef="let item">
<div class="flex items-center gap-x-3">
@if (canConfigure(item)) {
- <div
- class="pointer fa fa-cog"
- (click)="configureClicked(item, $event)"
- title="Edit"></div>
+ <div class="pointer fa fa-cog"
(click)="configureClicked(item, $event)" title="Edit"></div>
Review Comment:
when rebased, this will need to add `primary-color` class
--
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]