mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Merge branch 'devel' into patch-1
Signed-off-by: Ghalid <24234921+Ghalid@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,11 @@ $(document).ready(function() {
|
||||
|
||||
table = $("#customDNSTable").DataTable( {
|
||||
"ajax": "scripts/pi-hole/php/customdns.php?action=get",
|
||||
columns: [
|
||||
{},
|
||||
{},
|
||||
{orderable: false, searchable: false}
|
||||
],
|
||||
"columnDefs": [ {
|
||||
"targets": 2,
|
||||
"render": function ( data, type, row ) {
|
||||
|
||||
Reference in New Issue
Block a user