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
commit 65b3930baa
9 changed files with 896 additions and 5 deletions

View file

@ -58,6 +58,10 @@ from plexpy import helpers
<script src="interfaces/default/js/moment-with-locale.js"></script>
<script src="interfaces/default/js/tables/users.js"></script>
<script>
users_list_table_options.ajax = {
"url": "get_user_list"
}
var users_list_table = $('#users_list_table').DataTable(users_list_table_options);