File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ class="table table-striped snipe-table"
3535 <thead >
3636 <tr >
3737 <th class =" col-sm-1" data-field =" file" data-visible =" false" data-formatter =" auditImageFormatter" >{{ trans (' admin/hardware/table.image' ) } } </th >
38- <th class =" col-sm-2" data-field =" created_at" data-formatter =" dateDisplayFormatter" >{{ trans (' general.audit' ) } } </th >
39- <th class =" col-sm-2" data-field =" admin " data-formatter =" usersLinkObjFormatter" >{{ trans (' general.admin' ) } } </th >
40- <th class =" col-sm-2" data-field =" item" data-formatter =" polymorphicItemFormatter" >{{ trans (' general.item' ) } } </th >
41- <th class =" col-sm-1" data-field =" location" data-formatter =" locationsLinkObjFormatter" >{{ trans (' general.location' ) } } </th >
38+ <th class =" col-sm-2" data-field =" created_at" data-formatter =" dateDisplayFormatter" data-sortable = " true " data-searchable = " true " >{{ trans (' general.audit' ) } } </th >
39+ <th class =" col-sm-2" data-field =" created_by " data-sortable = " true " data-searchable = " true " data-formatter =" usersLinkObjFormatter" >{{ trans (' general.admin' ) } } </th >
40+ <th class =" col-sm-2" data-field =" item" data-sortable = " true " data-searchable = " true " data- formatter =" polymorphicItemFormatter" >{{ trans (' general.item' ) } } </th >
41+ <th class =" col-sm-1" data-field =" location" data-sortable = " true " data-searchable = " true " data- formatter =" locationsLinkObjFormatter" >{{ trans (' general.location' ) } } </th >
4242 <th class =" col-sm-2" data-field =" next_audit_date" data-formatter =" dateDisplayFormatter" >{{ trans (' general.next_audit_date' ) } } </th >
4343 <th class =" col-sm-1" data-field =" days_to_next_audit" >{{ trans (' general.days_to_next_audit' ) } } </th >
4444
45- <th class =" col-sm-2" data-field =" note" >{{ trans (' general.notes' ) } } </th >
45+ <th class =" col-sm-2" data-field =" note" data-sortable = " true " data-searchable = " true " >{{ trans (' general.notes' ) } } </th >
4646 </tr >
4747 </thead >
4848 </table >
You can’t perform that action at this time.
0 commit comments