mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 22:15:40 +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({
|
$(id).DataTable({
|
||||||
"paging" : true,
|
"paging" : true,
|
||||||
"lengthChange" : true,
|
"lengthChange" : true,
|
||||||
|
language: {
|
||||||
|
searchPlaceholder: "Use ^ and $ for start and end",
|
||||||
|
},
|
||||||
"searching" : true,
|
"searching" : true,
|
||||||
"ordering" : true,
|
"ordering" : true,
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
|
Loading…
Reference in New Issue
Block a user