Files
andros bdd181425b Initial commit: Django LiveView vs Phoenix LiveView benchmark
Docker Compose project with automated Playwright benchmarks comparing
django-liveview 2.2.0 against Phoenix LiveView 1.0 across 6 scenarios.
2026-05-15 15:46:50 +02:00

14 lines
427 B
HTML

<table class="w-full text-sm">
<thead class="bg-gray-100 text-gray-600 uppercase text-xs">
<tr>
<th class="text-left px-4 py-3 w-28">Type</th>
<th class="text-left px-4 py-3">Description</th>
<th class="text-left px-4 py-3 w-40">Created</th>
<th class="px-4 py-3 w-20"></th>
</tr>
</thead>
<tbody id="alerts-tbody">
{% include "components/_alert_list_body.html" %}
</tbody>
</table>