diff --git a/powerdnsadmin/routes/dashboard.py b/powerdnsadmin/routes/dashboard.py index 8cf1b12..a23ffa1 100644 --- a/powerdnsadmin/routes/dashboard.py +++ b/powerdnsadmin/routes/dashboard.py @@ -208,6 +208,7 @@ def dashboard(): history_number=history_number, uptime=uptime, histories=detailedHistories, + histories=history, show_bg_domain_button=show_bg_domain_button, pdns_version=Setting().get('pdns_version'))