Merge "Adds the Free and Open-source Ghost (FOG)"
[pharos-tools.git] / pharos-dashboard / src / templates / booking / booking_list.html
index f2991e4..ccdc46d 100644 (file)
@@ -13,8 +13,6 @@
 
 {% block content %}
     <div class="row">
-        <div class="col-lg-12">
-            <div class="panel panel-default">
                 <div class="panel-body">
                     <div class="dataTables_wrapper">
                         <table class="table table-striped table-bordered table-hover" id="table"
@@ -24,9 +22,7 @@
                         </table>
                     </div>
                     <!-- /.table-responsive -->
-                </div>
                 <!-- /.panel-body -->
-            </div>
             <!-- /.panel -->
         </div>
         <!-- /.col-lg-12 -->
@@ -44,7 +40,9 @@
 
     <script type="text/javascript">
         $(document).ready(function () {
-            $('#table').DataTable({});
+            $('#table').DataTable({
+               scrollX: true,
+               });
         });
     </script>
-{% endblock extrajs %}
\ No newline at end of file
+{% endblock extrajs %}