Merge branch 'devel' into patch-1

Signed-off-by: Ghalid <24234921+Ghalid@users.noreply.github.com>
This commit is contained in:
Ghalid
2019-12-29 14:07:06 -05:00
32 changed files with 8268 additions and 311 deletions

View File

@@ -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 ) {