mirror of https://github.com/apache/nifi.git
[NIFI-3106] updating hover text for remove counter icon. This closes #1299
This commit is contained in:
parent
e36b37692c
commit
6b82e25c74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue