mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
@@ -219,7 +219,7 @@ $(function () {
|
||||
columnDefs: [
|
||||
{ bSortable: false, orderable: false, targets: -1 },
|
||||
{
|
||||
targets: [0,1,2],
|
||||
targets: [0, 1, 2],
|
||||
render: $.fn.dataTable.render.text(),
|
||||
},
|
||||
],
|
||||
@@ -245,7 +245,7 @@ $(function () {
|
||||
columnDefs: [
|
||||
{ bSortable: false, orderable: false, targets: -1 },
|
||||
{
|
||||
targets: [0,1,2],
|
||||
targets: [0, 1, 2],
|
||||
render: $.fn.dataTable.render.text(),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user