Update index.blade.php (#2963)

Asset maintences should be searchable.
This commit is contained in:
Daniel Meltzer 2016-11-23 08:15:40 -06:00 committed by snipe
parent 8c549c47e4
commit 7214920563

View file

@ -56,5 +56,5 @@
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'maintenances-export'])
@include ('partials.bootstrap-table', ['exportFile' => 'maintenances-export', 'search' => true])
@stop