Allow horizontal scrolling for the DHCP leases table

This commit is contained in:
DL6ER
2016-12-29 17:59:36 +00:00
parent b030690aaf
commit fb576acf19
+2 -1
View File
@@ -64,7 +64,8 @@ $(document).ready(function() {
dom: "<'row'<'col-sm-12'i>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'f><'col-sm-7'p>>",
"pageLength": 5
"pageLength": 5,
"scrollX" : "true"
});
}
} );