mirror of https://github.com/node-red/node-red.git
Ensure label is shown in help tree
parent
f67aafa8d3
commit
faf31be0dc
|
@ -265,7 +265,7 @@ RED.sidebar.help = (function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label = label || n.type;
|
label = label || n.type;
|
||||||
$('<div>',{class:"red-ui-node-label"}).text(n.name||n.type).appendTo(icon);
|
$('<div>',{class:"red-ui-node-label"}).text(label).appendTo(icon);
|
||||||
return div;
|
return div;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue