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