Added checkbox to audit listing

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-06 05:16:13 -07:00
parent 0c20543c49
commit adc017db23

View file

@ -17,6 +17,10 @@ class AssetAuditPresenter extends Presenter
public static function dataTableLayout()
{
$layout = [
[
'field' => 'checkbox',
'checkbox' => true,
],
[
'field' => 'id',
'searchable' => false,