mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Add correct IP sorting for the Custom DNS table
Signed-off-by: Rick van Hattem <Wolph@wol.ph>
This commit is contained in:
committed by
Rick van Hattem
parent
8a4eb31886
commit
0c29a09a45
@@ -41,7 +41,7 @@ $(document).ready(function() {
|
||||
|
||||
table = $("#customDNSTable").DataTable({
|
||||
ajax: "scripts/pi-hole/php/customdns.php?action=get",
|
||||
columns: [{}, {}, { orderable: false, searchable: false }],
|
||||
columns: [{}, { type: "ip-address" }, { orderable: false, searchable: false }],
|
||||
columnDefs: [
|
||||
{
|
||||
targets: 2,
|
||||
|
||||
Reference in New Issue
Block a user