diff --git a/frontend/templates/audit_logs.html b/frontend/templates/audit_logs.html index 92073816..fa0a2e0c 100644 --- a/frontend/templates/audit_logs.html +++ b/frontend/templates/audit_logs.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Audit Logs - DocuElevate{% endblock %} +{% block title %}{{ _("audit.page_title") }}{% endblock %} {% block content %}
@@ -9,69 +9,69 @@

- Audit Logs + {{ _("audit.title") }}

- Comprehensive, append-only record of all significant actions. + {{ _("audit.subtitle") }}

{% if siem_enabled %} + title="{{ _('audit.siem_enabled_title') ~ (siem_transport|upper) }}"> SIEM: {{ siem_transport|upper }} {% else %} - SIEM: Off + title="{{ _('audit.siem_disabled_title') }}"> + {{ _("audit.siem_off") }} {% endif %}
-
+
- +
- +
- +
- +
@@ -80,22 +80,22 @@
- Loading… + {{ _("common.loading") }}
- +
- - - - - - - + + + + + + + @@ -118,8 +118,8 @@ @@ -128,17 +128,17 @@ -
TimestampSeverityUserActionResourceIPDetails{{ _("audit.col_timestamp") }}{{ _("audit.filter_severity") }}{{ _("audit.filter_user") }}{{ _("audit.filter_action") }}{{ _("audit.col_resource") }}{{ _("audit.col_ip") }}{{ _("common.details") }}
-

No audit events recorded yet.

-

Significant actions (logins, document operations, settings changes) will appear here.

+

{{ _("audit.no_events") }}

+

{{ _("audit.no_events_hint") }}

+
@@ -114,7 +113,7 @@
{{ cred.key }} {% if cred.restart_required %} - + {% endif %} @@ -130,11 +129,11 @@
@@ -142,11 +141,11 @@
- Credential + {{ _("credentials.col_credential") }} - Description + {{ _("common.description") }} - Status + {{ _("common.status") }} - Source + {{ _("credentials.col_source") }} - Action + {{ _("credentials.col_action") }}
{% if cred.configured %} - Configured + {{ _("credentials.configured") }} {% else %} - Missing + {{ _("credentials.status_missing") }} {% endif %} {% if cred.source == 'db' %} - + DB {% elif cred.source == 'env' %} - + ENV {% else %} @@ -157,8 +156,8 @@ @@ -178,13 +177,13 @@ - Manage Settings + {{ _("credentials.manage_settings") }} - Raw JSON (API) + {{ _("credentials.raw_json") }}