Improved tree rendering

This commit is contained in:
Deon George
2020-09-01 00:13:27 +10:00
parent 6620b9147e
commit 7a195bb844
3 changed files with 9 additions and 94 deletions

View File

@@ -24,10 +24,8 @@ class APIController extends Controller
return [
'title'=>$item,
'item'=>Crypt::encryptString($item),
//'folder'=>TRUE,
'lazy'=>TRUE,
//'key'=>0,
//'autoexpand'=>TRUE,
'icon'=>'fa-fw fas fa-sitemap',
];
});
}
@@ -45,10 +43,8 @@ class APIController extends Controller
return [
'title'=>$item->getDistinguishedName(),
'item'=>Crypt::encryptString($item->getDistinguishedName()),
//'folder'=>TRUE,
'icon'=>'fa-fw fas fa-sitemap',
'lazy'=>TRUE,
//'key'=>0,
//'autoexpand'=>TRUE,
];
});