summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/dashboard/dev_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
commit78b2edcc419e20fb514ba84a2b1d3ce72c8f6e60 (patch)
tree5c40a962af38cedac6368c6abf3603262ff2c52e /pharos-dashboard/src/templates/dashboard/dev_pods.html
parent4a6ee099cb28e575614a9a58da3da9019a3a03d2 (diff)
parent8e1e43c7b7cdec5afe77829e9f0b1ffb4e80cdb2 (diff)
Merge "Fix Booking API"
Diffstat (limited to 'pharos-dashboard/src/templates/dashboard/dev_pods.html')
-rw-r--r--pharos-dashboard/src/templates/dashboard/dev_pods.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pharos-dashboard/src/templates/dashboard/dev_pods.html b/pharos-dashboard/src/templates/dashboard/dev_pods.html
index 2b4b017..a6f3b2e 100644
--- a/pharos-dashboard/src/templates/dashboard/dev_pods.html
+++ b/pharos-dashboard/src/templates/dashboard/dev_pods.html
@@ -59,6 +59,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
+ scrollX: true,
columnDefs: [
{type: 'status', targets: 6}
],
@@ -66,4 +67,4 @@
});
});
</script>
-{% endblock tablejs %} \ No newline at end of file
+{% endblock tablejs %}