mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Add dashboard search placeholder to describe search patterns
Since ^ and $ for searching from start and to end is supported, let's tell the user about it.
This commit is contained in:
parent
1cd423041c
commit
737531d23f
@ -174,6 +174,9 @@
|
||||
$(id).DataTable({
|
||||
"paging" : true,
|
||||
"lengthChange" : true,
|
||||
language: {
|
||||
searchPlaceholder: "Use ^ and $ for start and end",
|
||||
},
|
||||
"searching" : true,
|
||||
"ordering" : true,
|
||||
"columnDefs": [
|
||||
|
Loading…
Reference in New Issue
Block a user