From c4d9bf3a9cfbd97f395cb47a750ccd79b984f84b Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 19 Feb 2023 20:41:26 -0500 Subject: [PATCH] Started first-round of updates on the activity feature AKA history, but it's a very broken implementation that will require a complete re-build. Saving that for later. --- powerdnsadmin/templates/admin_history.html | 917 +++++++++++---------- powerdnsadmin/templates/base.html | 2 +- 2 files changed, 473 insertions(+), 446 deletions(-) diff --git a/powerdnsadmin/templates/admin_history.html b/powerdnsadmin/templates/admin_history.html index f2a8619..68f5f19 100644 --- a/powerdnsadmin/templates/admin_history.html +++ b/powerdnsadmin/templates/admin_history.html @@ -1,529 +1,556 @@ {% extends "base.html" %} - {% set active_page = "admin_history" %} - -{% block title %} - - History - {{ SITE_NAME }} - -{% endblock %} +{% block title %}Activity - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} -
-
-
-
-

- History - Recent Events -

+
+
+
+
+

Activity

+
+
+ +
+
-
- -
-
-
-{% endblock %} +{% endblock %} {% block content %} -{% import 'applied_change_macro.html' as applied_change_macro %} -
-
-
-
-
-
-

History Management

- {% if current_user.role.name != 'User' %} - - {% endif %} -
-
-
- -
-
-
-
- - - - -
- -
- - -
-Record Changelog only   - - - -
- -
-
- - -
- -
- -
-
- + {% import 'applied_change_macro.html' as applied_change_macro %} +
+
+
+
+
+
+

Activity Search

+ {% if current_user.role.name == 'Administrator' %} +
+ +
+ {% endif %} +
+
+ + +
+
+
+
+ + + + +
+ +
+ + +
+ Record Changelog only   + + + +
+ +
+
+
- -
- - - -
- Authenticator Types:   -   All - - - -   LOCAL - - - -   OAuth - - - -   SAML - - - +
+
+ + +
+ +
+ + + +
+ Authenticator Types:   +   All + + + +   LOCAL + + + +   OAuth + + + +   SAML + + + +
+
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Filters
-
- -
-
- - - -
- - - -
 
 
- - - -
- +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Filters
+
+ +
+
+ + + +
+ + + +
 
 
+ + + +
+ +
+
-
-
-
+
{% endblock %} + {% block extrascripts %} - + + {% endblock %} + {% block modals %} - -