[
https://issues.apache.org/jira/browse/NIFI-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320657#comment-16320657
]
ASF GitHub Bot commented on NIFI-4764:
--------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2394#discussion_r160740747
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/flow-status.jsp
---
@@ -17,23 +17,23 @@
<%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
<div id="flow-status" flex layout="row" layout-align="space-between
center">
<div id="flow-status-container" layout="row"
layout-align="space-around center">
- <div class="fa fa-cubes"
ng-if="appCtrl.nf.ClusterSummary.isClustered()"><span
id="connected-nodes-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.connectedNodesCount}}</span></div>
- <div class="icon icon-threads"><span
id="active-thread-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.activeThreadCount}}</span></div>
- <div class="fa fa-list"><span
id="total-queued">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.totalQueued}}</span></div>
- <div class="fa fa-bullseye"><span
id="controller-transmitting-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerTransmittingCount}}</span></div>
- <div class="icon icon-transmit-false"><span
id="controller-not-transmitting-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerNotTransmittingCount}}</span></div>
- <div class="fa fa-play"><span
id="controller-running-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerRunningCount}}</span></div>
- <div class="fa fa-stop"><span
id="controller-stopped-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerStoppedCount}}</span></div>
- <div class="fa fa-warning"><span
id="controller-invalid-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerInvalidCount}}</span></div>
- <div class="icon icon-enable-false"><span
id="controller-disabled-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerDisabledCount}}</span></div>
- <div class="fa fa-check"><span
id="controller-up-to-date-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerUpToDateCount}}</span></div>
- <div class="fa fa-asterisk"><span
id="controller-locally-modified-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerLocallyModifiedCount}}</span></div>
- <div class="fa fa-arrow-circle-up"><span
id="controller-stale-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerStaleCount}}</span></div>
- <div class="fa fa-exclamation-circle">
+ <div class="fa fa-cubes"
ng-if="appCtrl.nf.ClusterSummary.isClustered()" title="Connected nodes / Total
number of nodes in the cluster"><span
id="connected-nodes-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.connectedNodesCount}}</span></div>
+ <div class="icon icon-threads" title="Active threads"><span
id="active-thread-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.activeThreadCount}}</span></div>
+ <div class="fa fa-list" title="Total queued data"><span
id="total-queued">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.totalQueued}}</span></div>
+ <div class="fa fa-bullseye" title="Transmitting Remote Process
Groups"><span
id="controller-transmitting-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerTransmittingCount}}</span></div>
+ <div class="icon icon-transmit-false" title="Not Transmitting
Remote Process Groups"><span
id="controller-not-transmitting-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerNotTransmittingCount}}</span></div>
+ <div class="fa fa-play" title="Running Processors"><span
id="controller-running-count">{{appCtrl.serviceProvider.headerCtrl.flowStatusCtrl.controllerRunningCount}}</span></div>
--- End diff --
Should probably say Components since this count includes Processors and
Input/Output Ports. Same goes for Stopped, Invalid, and Disabled.
> 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)