Skip to content

Commit

Permalink
Merge pull request #1982 from pi-hole/fix/DHCP_table
Browse files Browse the repository at this point in the history
Fix DHCP tables button column
  • Loading branch information
DL6ER authored Nov 21, 2021
2 parents 21cba36 + 0c852a6 commit 4f559a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pi-hole/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ $(function () {
columnDefs: [
{ bSortable: false, orderable: false, targets: -1 },
{
targets: "_all",
targets: [0, 1, 2],
render: $.fn.dataTable.render.text(),
},
],
Expand All @@ -245,7 +245,7 @@ $(function () {
columnDefs: [
{ bSortable: false, orderable: false, targets: -1 },
{
targets: "_all",
targets: [0, 1, 2],
render: $.fn.dataTable.render.text(),
},
],
Expand Down

0 comments on commit 4f559a5

Please sign in to comment.