From 6b82e25c74431bd6f1407e4dffb5cab904ee7ef8 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Mon, 28 Nov 2016 15:56:11 -0500 Subject: [PATCH] [NIFI-3106] updating hover text for remove counter icon. This closes #1299 --- .../src/main/webapp/js/nf/counters/nf-counters-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 22bf350037..ec9bace54c 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 '
'; + return '
'; }; // add the action column