From 0f33bad1b6a196d647e08078aa4873b63123a080 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 Nov 2015 23:15:01 -0800 Subject: [PATCH] Commented out version of export all This still works sorta wonky, and only exports 50 per page. Possibly related to https://github.com/wenzhixin/bootstrap-table/issues/1576 --- app/config/version.php | 2 +- app/views/backend/hardware/index.blade.php | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/config/version.php b/app/config/version.php index d38aed47dc..2cf581f921 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.0.5-pre', - 'hash_version' => 'v2.0.5-pre-182-gc6c6bd0', + 'hash_version' => 'v2.0.5-pre-183-g99391d0', ); \ No newline at end of file diff --git a/app/views/backend/hardware/index.blade.php b/app/views/backend/hardware/index.blade.php index a723d36aa1..4de602cbda 100755 --- a/app/views/backend/hardware/index.blade.php +++ b/app/views/backend/hardware/index.blade.php @@ -55,6 +55,14 @@ 'route' => ['hardware/bulkedit'], 'class' => 'form-horizontal' ]) }} + {{--
+ +
--}} + + // $('#toolbar').find('select').change(function () { + // $table.bootstrapTable('refreshOptions', { + // exportDataType: $(this).val() + // }); + // }); + + +