diff --git a/src/openclaw/templates/admin/openclaw/daily_report_detail.html b/src/openclaw/templates/admin/openclaw/daily_report_detail.html index 2619b39..f8e49f6 100644 --- a/src/openclaw/templates/admin/openclaw/daily_report_detail.html +++ b/src/openclaw/templates/admin/openclaw/daily_report_detail.html @@ -1,13 +1,12 @@ {% extends "admin/base.html" %} -{% load humanize %} {% block title %}{{ title }} | OpenClaw Archive{% endblock %} {% block content %}
-

📋 Daily Report: {{ agent_name }}{{ target_date }}

- ← Back to List +

Daily Report: {{ agent_name }}{{ target_date }}

+ ← Back to List
{% for item in sessions %} @@ -27,9 +26,9 @@ - - + + @@ -83,7 +82,6 @@ (empty) {% endif %} - {# Tool calls for this message #} {% with msg.tool_calls.all as tc_list %} {% if tc_list %}
diff --git a/src/openclaw/templates/admin/openclaw/daily_report_list.html b/src/openclaw/templates/admin/openclaw/daily_report_list.html index 56469a5..a78d20b 100644 --- a/src/openclaw/templates/admin/openclaw/daily_report_list.html +++ b/src/openclaw/templates/admin/openclaw/daily_report_list.html @@ -56,7 +56,7 @@
{{ group.session_count }} {{ group.message_count }} - View Report