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

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

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

    https://github.com/apache/nifi/pull/715#discussion_r72430022
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas-utils.js
 ---
    @@ -516,10 +516,12 @@ nf.CanvasUtils = (function () {
                             });
     
                     // update the tooltip background
    -                
selection.select('rect.bulletin-background').classed('has-bulletins', true);
    +                selection.select('text.bulletin-icon').style("visibility", 
"visible");
    +                
selection.select('rect.bulletin-background').style("visibility", 
"visible").classed('has-bulletins', true);
    --- End diff --
    
    With this proposed change we could remove the has-bulletins class and just 
integrate those styles into the base style of the bulletin-background since 
we're only ever showing it when it has bulletins.


> Overlapping text in Cluster pane after error
> --------------------------------------------
>
>                 Key: NIFI-2367
>                 URL: https://issues.apache.org/jira/browse/NIFI-2367
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Joseph Percivall
>            Assignee: Scott Aslan
>         Attachments: Screen Shot 2016-07-22 at 2.42.48 PM.png
>
>
> 3 node secure cluster
> In cluster pane
> hit 500 error when refreshing pane (output in developer tools): 
> https://localhost:8481/nifi-api/controller/cluster Failed to load resource: 
> the server responded with a status of 500 (Internal Server Error)
> See overlapping text of "fix" and "home" in resulting pane (see attached 
> screenshot).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to