mirror of https://github.com/apache/nifi.git
[NIFI-3876] trim whitespace processor names before applying ellipsis
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #1789.
This commit is contained in:
parent
dd0306cce7
commit
1c58e78ce9
|
@ -554,6 +554,7 @@
|
|||
* @param {string} text
|
||||
*/
|
||||
ellipsis: function (selection, text) {
|
||||
text = text.trim();
|
||||
var width = parseInt(selection.attr('width'), 10);
|
||||
var node = selection.node();
|
||||
|
||||
|
|
Loading…
Reference in New Issue