Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2394#discussion_r161001512
--- 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 --
Ah sorry, you're right. I overlooked that these tips were on the counts and
not the icons.
---