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

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

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

    https://github.com/apache/nifi/pull/2195#discussion_r150084382
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/summary/nf-summary-table.js
 ---
    @@ -417,7 +426,7 @@
                     var markup = '';
     
                     if (isInShell) {
    -                    markup += '<div class="pointer go-to fa 
fa-long-arrow-right" title="Go To Processor" style="margin-right: 3px;"></div>';
    +                    markup += '<div class="pointer go-to fa 
fa-long-arrow-right" title="Go To ' + 
nfCommon.escapeHtml(dataContext.processGroupNamePath) + ' Processor" 
style="margin-right: 3px;"></div>';
    --- End diff --
    
    I've pushed the change. Thanks @pvillard31.


> Add component location in Summary view
> --------------------------------------
>
>                 Key: NIFI-4402
>                 URL: https://issues.apache.org/jira/browse/NIFI-4402
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>            Reporter: Pierre Villard
>            Priority: Minor
>
> In the summary view, when there are hundreds of processors, it can be 
> difficult to know what exact processor we are looking at in the table. The 
> only options are:
> - go to the processor location to know what processor it is (but then we are 
> not on the summary view anymore)
> - have a naming convention to uniquely name every component
> To improve the user experience, the following could be implemented:
> - add a column "Process Group" displaying the name of the parent process 
> group containing the component
> - when hovering the "Go to location" button change the tooltip to include the 
> path of the component. Something like: "Go to /NiFi Flow/My RPG/My Processor" 



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

Reply via email to