Add some test monitoring pages for debugging.

Update the new users table along with the old one.
This commit is contained in:
Tim
2015-07-13 00:19:06 +02:00
parent 671566a5b2
commit 65b3930baa
9 changed files with 896 additions and 5 deletions

View File

@@ -15,9 +15,6 @@ users_list_table_options = {
"serverSide": true,
"pageLength": 10,
"order": [ 1, 'asc'],
"ajax": {
"url": "get_user_list"
},
"autoWidth": true,
"stateSave": true,
"sPaginationType": "bootstrap",