re-enable search and sort for domain list

This commit is contained in:
CaptainQwark 2016-06-30 13:37:40 +02:00
parent a33b76cca4
commit 7986f56ac6

View File

@ -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");