Update recent_activity.html

This commit is contained in:
2025-06-02 14:36:34 +02:00
parent 81ee935150
commit 66ac834ab0

View File

@@ -8,7 +8,7 @@
{% if is_admin %}Recent Activity{% else %}Your Recent Actions{% endif %}
</h5>
{% if is_admin %}
<a href="{{ url_for('main.settings', tab='events') }}" class="btn btn-primary btn-sm">View All</a>
<a href="{{ url_for('main.settings', tab='events', page=1, event_type='', date_range='24h', user_id='') }}" class="btn btn-primary btn-sm" onclick="localStorage.setItem('settingsActiveTab', 'events')">View All</a>
{% endif %}
</div>