diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2017-07-27 12:51:47 +0200 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2017-07-27 12:56:48 +0200 |
commit | b21ea724ac619f218d6e18ee2439492609d5755b (patch) | |
tree | e532e9112fc6a3785a4c623c6710617b5a58a910 /tools/pharos-dashboard/src/templates/account | |
parent | 7cbe4e7447280d39fdb5a56b3d9a0fea437b5b15 (diff) |
Fix Booking API
This fixes a server error for the booking REST api and some html errors.
Change-Id: I86475967bbc8cd4c8f82f62e03789f1c9752d446
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/src/templates/account')
-rw-r--r-- | tools/pharos-dashboard/src/templates/account/user_list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/src/templates/account/user_list.html b/tools/pharos-dashboard/src/templates/account/user_list.html index f18e1618..68178ebe 100644 --- a/tools/pharos-dashboard/src/templates/account/user_list.html +++ b/tools/pharos-dashboard/src/templates/account/user_list.html @@ -47,6 +47,7 @@ <script type="text/javascript"> $(document).ready(function () { $('#table').DataTable({ + scrollX: true, "order": [[0, "asc"]] }); }); |