From 69a7ea63e2c29d4b1d9afdbd97c251233acfccee Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 16 Jan 2018 07:37:20 -0800 Subject: [PATCH] Pass nopages to dashboard stuff --- resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 209f987ca0..39f2bcda1b 100755 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -249,7 +249,7 @@ @stop @section('moar_scripts') -@include ('partials.bootstrap-table', ['simple_view' => true]) +@include ('partials.bootstrap-table', ['simple_view' => true, 'nopages' => true]) @if ($snipeSettings->load_remote=='1')