mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
re-enable search and sort for domain list
This commit is contained in:
parent
a33b76cca4
commit
7986f56ac6
@ -215,6 +215,14 @@
|
|||||||
"info" : false,
|
"info" : false,
|
||||||
"autoWidth" : false
|
"autoWidth" : false
|
||||||
});
|
});
|
||||||
|
$("#tbl_domain_list").DataTable({
|
||||||
|
"paging" : true,
|
||||||
|
"lengthChange" : true,
|
||||||
|
"searching" : true,
|
||||||
|
"ordering" : true,
|
||||||
|
"info" : false,
|
||||||
|
"autoWidth" : false
|
||||||
|
});
|
||||||
|
|
||||||
$(".history-info-button").click(function() {
|
$(".history-info-button").click(function() {
|
||||||
var modal = $("#modal_history_info");
|
var modal = $("#modal_history_info");
|
||||||
|
Loading…
Reference in New Issue
Block a user