mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Make sure all fields are searchable on all pages (where this is meaningful) and remove ID column from clients group page.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -50,11 +50,11 @@ $(document).ready(function() {
|
||||
"ajax": "scripts/pi-hole/php/groups.php?action=get_adlists",
|
||||
order: [[ 1, 'asc' ]],
|
||||
columns: [
|
||||
{ data: null },
|
||||
{ data: null, "orderable": false },
|
||||
{ data: null, "orderable": false },
|
||||
{ data: null, "orderable": false },
|
||||
{ data: null, width: "60px", "orderable": false }
|
||||
{ data: "address" },
|
||||
{ data: "enabled", searchable: false },
|
||||
{ data: "comment" },
|
||||
{ data: "groups", searchable: false },
|
||||
{ data: null, width: "60px", orderable: false }
|
||||
],
|
||||
"drawCallback": function( settings ) {
|
||||
$('.editAdlist').on('click', editAdlist);
|
||||
|
||||
Reference in New Issue
Block a user