diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index 145c1eb..7f5edea 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -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");