mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix services tree empty leaf visual bug
This commit is contained in:
parent
538da5ff30
commit
0551b71d91
@ -1030,9 +1030,8 @@ var TreeController = {
|
||||
}
|
||||
|
||||
if (
|
||||
(typeof element.searchChildren != "undefined" &&
|
||||
element.searchChildren) ||
|
||||
element.disabled == true
|
||||
typeof element.searchChildren != "undefined" &&
|
||||
element.searchChildren
|
||||
) {
|
||||
if (
|
||||
element.rootType == "group_edition" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user