[ 
https://issues.apache.org/jira/browse/NIFI-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322462#comment-16322462
 ] 

ASF GitHub Bot commented on NIFI-4764:
--------------------------------------

Github user mgaido91 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2394#discussion_r160996254
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group.js
 ---
    @@ -847,6 +870,7 @@
                         .text(function (d) {
                             return d.activeRemotePortCount;
                         });
    +                transmittingCount.append("title").text("Transmitting 
Remote Process Groups");
    --- End diff --
    
    no, unfortunately every time we update the text with the function above, 
the title previously added is removed (I tried it). So, if we don't put it 
here, but where you suggest, it won't show.
    
    Otherwise, we can change a bit the structure and include both the icon and 
the text in a div and put the title in the div.


> Add tooltips to status bar icons
> --------------------------------
>
>                 Key: NIFI-4764
>                 URL: https://issues.apache.org/jira/browse/NIFI-4764
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>            Reporter: Matt Burgess
>
> The current status bar has a number of icons that refer to various states of 
> components in the NiFi instance, and with NiFi Registry support in 1.5.0 
> there will be even more. Currently the documentation for these icons is in 
> the User Guide, but it would nice to have tooltips for each icon (with its 
> description and the count) so the information is readily available without 
> having to go to the Help documentation in the UI.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to