Fixed a typo and split DHCP page into different boxes.

Signed-off-by: Dalen <dalencattmlsp@gmail.com>
This commit is contained in:
Dalen
2022-01-01 14:54:06 -08:00
parent 9979b73371
commit f850264ab4
2 changed files with 14 additions and 6 deletions

View File

@@ -227,7 +227,7 @@ var leasetable, staticleasetable;
$(function () {
if (document.getElementById("DHCPLeasesTable")) {
leasetable = $("#DHCPLeasesTable").DataTable({
dom:
dom:
"<'row'<'col-sm-4'l><'col-sm-8'f>>" +
"<'row'<'col-sm-12'<'table-responsive'tr>>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
@@ -257,7 +257,7 @@ $(function () {
if (document.getElementById("DHCPStaticLeasesTable")) {
staticleasetable = $("#DHCPStaticLeasesTable").DataTable({
dom:
dom:
"<'row'<'col-sm-4'l><'col-sm-8'f>>" +
"<'row'<'col-sm-12'<'table-responsive'tr>>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",