mcgilman commented on code in PR #8416:
URL: https://github.com/apache/nifi/pull/8416#discussion_r1492467286


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/settings/ui/flow-analysis-rules/flow-analysis-rule-table/flow-analysis-rule-table.component.html:
##########
@@ -31,7 +31,10 @@
                 <td mat-cell *matCellDef="let item">
                     @if (canRead(item)) {
                         <div class="flex items-center gap-x-3">
-                            <div class="pointer fa fa-book" 
title="Usage"></div>
+                            <div
+                                class="pointer fa fa-book"
+                                (click)="viewDocumentationClicked(item, 
$event)"
+                                title="View Documentation"></div>

Review Comment:
   For these buttons and icons in table listings, they have been used. We are 
still tracking other info icons throughout the application which could yield 
yet another type of tooltip. We should consider our options with light/dark 
mode in mind.



-- 
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]

Reply via email to