Fix Booking API
[pharos.git] / tools / pharos-dashboard / src / templates / dashboard / dev_pods.html
index 2b4b017..a6f3b2e 100644 (file)
@@ -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 %}