|
@@ -400,7 +400,7 @@ class Route_WfsJsRequestPanel extends RouteBase {
|
|
|
return groupedChildrens.map(function (group) {
|
|
return groupedChildrens.map(function (group) {
|
|
|
return (group.childrens.length > 0)
|
|
return (group.childrens.length > 0)
|
|
|
? '<details><summary style=\"outline:none; cursor:pointer\">' + group.label + '</summary><div style=\"padding:0 0 0 20px\">' + generateTreeView(group.childrens) + '</div></details>'
|
|
? '<details><summary style=\"outline:none; cursor:pointer\">' + group.label + '</summary><div style=\"padding:0 0 0 20px\">' + generateTreeView(group.childrens) + '</div></details>'
|
|
|
- : '<div>' + group.label + '</div>'
|
|
|
|
|
|
|
+ : '<div style=\"padding:0 0 0 11px\">' + group.label + '</div>'
|
|
|
}).join('\\n')
|
|
}).join('\\n')
|
|
|
}
|
|
}
|
|
|
");
|
|
");
|