diff --git a/app/Http/Controllers/APIController.php b/app/Http/Controllers/APIController.php index 8b5e0db..aea85ce 100644 --- a/app/Http/Controllers/APIController.php +++ b/app/Http/Controllers/APIController.php @@ -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, ]; }); diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index ec57be4..375e9ef 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -23,7 +23,7 @@
phpLDAPadmin (or PLA for short) is an LDAP data management tool for administrators.
-PLA aims to adhere to the LDAP standards (RFC4511) so that it can interact with any LDAP server that implements those standards.
+PLA aims to adhere to the LDAP standards so that it can interact with any LDAP server that implements those standards.
@@ -41,20 +41,21 @@ @section('page-scripts') @js('https://code.jquery.com/ui/1.12.1/jquery-ui.min.js','jquery-ui') @js('https://cdnjs.cloudflare.com/ajax/libs/jquery.fancytree/2.36.1/jquery.fancytree-all.min.js','fancytree-js-all') - @css('https://cdnjs.cloudflare.com/ajax/libs/jquery.fancytree/2.36.1/skin-bootstrap-n/ui.fancytree.min.css','fancytree-css') + @css('https://cdnjs.cloudflare.com/ajax/libs/jquery.fancytree/2.36.1/skin-xp/ui.fancytree.min.css','fancytree-css') - {{-- - - --}} @append diff --git a/resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php b/resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php index a01b38a..8e5bfac 100644 --- a/resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php +++ b/resources/views/vendor/adminlte/layouts/partials/sidebarmenu.blade.php @@ -1,16 +1,5 @@ -- {{ $base }} - -
- +