mirror of
https://github.com/apache/nifi.git
synced 2025-02-15 06:25:35 +00:00
[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…
x
Reference in New Issue
Block a user