From b52b7d7e4f2995448860221f6a539c321b777fdc Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 19 Feb 2023 11:38:19 -0500 Subject: [PATCH] Wrapping up first-round changes to the dashboard view. --- powerdnsadmin/templates/dashboard.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/powerdnsadmin/templates/dashboard.html b/powerdnsadmin/templates/dashboard.html index 9cf0c5f..f0b1a87 100755 --- a/powerdnsadmin/templates/dashboard.html +++ b/powerdnsadmin/templates/dashboard.html @@ -111,21 +111,21 @@
- +
- + {% for history in histories %} - + @@ -200,7 +201,7 @@
User Log Message TimestampUser Actions
{{ history.history.created_by }} {{ history.history.msg }} {{ history.history.created_on | format_datetime_local }}{{ history.history.created_by }}
+ class="table table-striped table-hover table-sm records">
Name