management requests table reorganization
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 15 Sep 2014 16:24:14 +0000 (18:24 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 15 Sep 2014 16:24:14 +0000 (18:24 +0200)
portal/static/css/onelab.css
portal/templates/management-tab-requests.html

index d64c543..e8a5cc1 100644 (file)
@@ -817,3 +817,7 @@ div.s-monitor {
 span#stats-period-txt {
     text-transform:lowercase;
 }
+
+table.requests td {
+    padding:4px 6px;
+}
index d704edc..a01fde7 100644 (file)
@@ -1,7 +1,18 @@
 <script type="text/javascript">
        $(document).ready(function() {
                $("li#nav-request").addClass("active");
-               $('table.requests').dataTable();
+               $('table.requests').dataTable({
+                   "sDom": "frtiS",
+            "bScrollCollapse": true,
+            "bStateSave": true,
+            "bPaginate": false,
+            "bLengthChange": false,
+            "bFilter": false,
+            "bSort": true,
+            "bInfo": false,
+            "bAutoWidth": true,
+            "bAutoHeight": false,
+               });
        });
        function on_click_event() {
                var ids = []; 
             <th>Authority</th>
             <th>Info</th>
             <th>Date</th>
-            <th>Statu</th>
+            <th>Status</th>
         </tr>
         </thead>
         <tbody>