Make Work History rows clickable for admins -> payroll modal

Admin users get cursor:pointer + data-log-id on each row. Click
opens the shared modal from base.html. Supervisors unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Konrad du Plessis 2026-04-22 16:37:55 +02:00
parent 8e1f634f8f
commit c22b1f7ef4

View File

@ -439,7 +439,7 @@
</thead>
<tbody>
{% for log in logs %}
<tr>
<tr {% if is_admin %}class="work-log-row" data-log-id="{{ log.id }}" style="cursor: pointer;"{% endif %}>
<td class="ps-4 align-middle">{{ log.date }}</td>
<td class="align-middle"><strong>{{ log.project.name }}</strong></td>
<td class="align-middle">