summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/templates/dashboard/ci_pods.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/dashboard/ci_pods.html
parentaa88673c38be12368dead5e8241fb915d790c431 (diff)
parentb21ea724ac619f218d6e18ee2439492609d5755b (diff)
Merge "Fix Booking API"
Diffstat (limited to 'tools/pharos-dashboard/src/templates/dashboard/ci_pods.html')
-rw-r--r--tools/pharos-dashboard/src/templates/dashboard/ci_pods.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pharos-dashboard/src/templates/dashboard/ci_pods.html b/tools/pharos-dashboard/src/templates/dashboard/ci_pods.html
index 7ef62a43..a20be957 100644
--- a/tools/pharos-dashboard/src/templates/dashboard/ci_pods.html
+++ b/tools/pharos-dashboard/src/templates/dashboard/ci_pods.html
@@ -50,6 +50,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
+ scrollX: true,
columnDefs: [
{type: 'status', targets: 2}
],
@@ -57,4 +58,4 @@
});
});
</script>
-{% endblock tablejs %} \ No newline at end of file
+{% endblock tablejs %}