chore(deps): update AdminLTE
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@extends('adminlte::master')
|
||||
|
||||
@inject('layoutHelper', 'JeroenNoten\LaravelAdminLte\Helpers\LayoutHelper')
|
||||
@inject('preloaderHelper', 'JeroenNoten\LaravelAdminLte\Helpers\PreloaderHelper')
|
||||
|
||||
@section('adminlte_css')
|
||||
@stack('css')
|
||||
@@ -14,8 +15,8 @@
|
||||
@section('body')
|
||||
<div class="wrapper">
|
||||
|
||||
{{-- Preloader Animation --}}
|
||||
@if($layoutHelper->isPreloaderEnabled())
|
||||
{{-- Preloader Animation (fullscreen mode) --}}
|
||||
@if($preloaderHelper->isPreloaderEnabled())
|
||||
@include('adminlte::partials.common.preloader')
|
||||
@endif
|
||||
|
||||
@@ -44,7 +45,7 @@
|
||||
@endif
|
||||
|
||||
{{-- Right Control Sidebar --}}
|
||||
@if(config('adminlte.right_sidebar'))
|
||||
@if($layoutHelper->isRightSidebarEnabled())
|
||||
@include('adminlte::partials.sidebar.right-sidebar')
|
||||
@endif
|
||||
|
||||
|
Reference in New Issue
Block a user