mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Allow horizontal scrolling for the DHCP leases table
This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user