Repository: nifi Updated Branches: refs/heads/master e36b37692 -> 6b82e25c7
[NIFI-3106] updating hover text for remove counter icon. This closes #1299 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6b82e25c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6b82e25c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6b82e25c Branch: refs/heads/master Commit: 6b82e25c74431bd6f1407e4dffb5cab904ee7ef8 Parents: e36b376 Author: Scott Aslan <[email protected]> Authored: Mon Nov 28 15:56:11 2016 -0500 Committer: Matt Gilman <[email protected]> Committed: Wed Dec 7 16:42:19 2016 -0500 ---------------------------------------------------------------------- .../src/main/webapp/js/nf/counters/nf-counters-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/6b82e25c/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js index 22bf350..ec9bace 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/counters/nf-counters-table.js @@ -160,7 +160,7 @@ nf.CountersTable = (function () { if (nf.Common.canModifyCounters()) { // function for formatting the actions column var actionFormatter = function (row, cell, value, columnDef, dataContext) { - return '<div title="Connect" class="pointer reset-counter fa fa-undo" style="margin-top: 2px;"></div>'; + return '<div title="Reset Counter" class="pointer reset-counter fa fa-undo" style="margin-top: 2px;"></div>'; }; // add the action column
