summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/templates/account/user_list.html
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2017-09-11 14:20:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 14:20:17 +0000
commit8d34f96fb1ed9bf34ad3da17048e1e29f71106ed (patch)
tree187c2b1ee6cc79b342f007185d37f78278279e68 /tools/pharos-dashboard/src/templates/account/user_list.html
parentaa88673c38be12368dead5e8241fb915d790c431 (diff)
parentb21ea724ac619f218d6e18ee2439492609d5755b (diff)
Merge "Fix Booking API"
Diffstat (limited to 'tools/pharos-dashboard/src/templates/account/user_list.html')
-rw-r--r--tools/pharos-dashboard/src/templates/account/user_list.html1
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"]]
});
});