summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/templates/dashboard/dev_pods.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/templates/dashboard/dev_pods.html')
-rw-r--r--tools/pharos-dashboard/src/templates/dashboard/dev_pods.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pharos-dashboard/src/templates/dashboard/dev_pods.html b/tools/pharos-dashboard/src/templates/dashboard/dev_pods.html
index 2b4b0177..a6f3b2ee 100644
--- a/tools/pharos-dashboard/src/templates/dashboard/dev_pods.html
+++ b/tools/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 %}