Add complete login table to logs

This commit is contained in:
JonnyWong16 2016-05-15 01:01:29 -07:00
parent ae381f7762
commit f598d5046e
9 changed files with 180 additions and 66 deletions

View file

@ -31,7 +31,7 @@ users_list_table_options = {
"destroy": true,
"processing": false,
"serverSide": true,
"pageLength": 10,
"pageLength": 25,
"order": [ 2, 'asc'],
"stateSave": true,
"pagingType": "full_numbers",