chore(admin): remove most visited pages section from user activity
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-18 08:36:12 +01:00
parent f3e10eed3c
commit 4301a8d339

View File

@ -266,37 +266,6 @@
{% endif %}
</div>
<!-- Most visited pages -->
<div class="section">
<h2>Najczesciej odwiedzane strony</h2>
{% if top_pages %}
<div class="table-scroll">
<table class="data-table">
<thead>
<tr>
<th>#</th>
<th>Sciezka</th>
<th>Odslony</th>
<th>Sredni czas (s)</th>
</tr>
</thead>
<tbody>
{% for p in top_pages %}
<tr>
<td>{{ loop.index }}</td>
<td><code>{{ p.path }}</code></td>
<td class="num">{{ p.view_count }}</td>
<td class="num">{{ p.avg_time_sec }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<p class="text-muted">Brak danych o odslonach stron.</p>
{% endif %}
</div>
<!-- Most active users -->
<div class="section">
<h2>Najbardziej aktywni uzytkownicy</h2>