mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix entities on modules with large name treeview
This commit is contained in:
parent
774e163ff0
commit
50dbeb03ce
@ -756,6 +756,7 @@ var TreeController = {
|
||||
$content.append($statusImage);
|
||||
}
|
||||
|
||||
element.name = htmlDecode(element.name);
|
||||
// Name max 42 chars.
|
||||
$content.append(
|
||||
'<span title="' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user