chore(deps): added adminlte vendored items
(this might not be entirely necessary unless we're changing everything adminlte publishes) Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
14
resources/views/vendor/adminlte/partials/navbar/menu-item-right-sidebar-toggler.blade.php
vendored
Normal file
14
resources/views/vendor/adminlte/partials/navbar/menu-item-right-sidebar-toggler.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#" data-widget="control-sidebar"
|
||||
@if(!config('adminlte.right_sidebar_slide'))
|
||||
data-controlsidebar-slide="false"
|
||||
@endif
|
||||
@if(config('adminlte.right_sidebar_scrollbar_theme', 'os-theme-light') != 'os-theme-light')
|
||||
data-scrollbar-theme="{{ config('adminlte.right_sidebar_scrollbar_theme') }}"
|
||||
@endif
|
||||
@if(config('adminlte.right_sidebar_scrollbar_auto_hide', 'l') != 'l')
|
||||
data-scrollbar-auto-hide="{{ config('adminlte.right_sidebar_scrollbar_auto_hide') }}"
|
||||
@endif>
|
||||
<i class="{{ config('adminlte.right_sidebar_icon') }}"></i>
|
||||
</a>
|
||||
</li>
|
Reference in New Issue
Block a user