add working accessed quary and rename fields in html template
Build and Push Docker Container / build-and-push (push) Successful in 1m37s

This commit is contained in:
2025-12-22 14:00:02 +01:00
parent fefda61c0b
commit 410e09a980
2 changed files with 5 additions and 31 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
</td>
<td>{{ access.file_note }}</td>
<td><span class="badge">{{ access.status }}</span></td>
<td>{{ access.ip }}</td>
<td>{{ access.ip_address }}</td>
<td>{{ access.user_agent }}</td>
</tr>
{% endfor %}
@@ -65,7 +65,7 @@
const datetime = timeEl.getAttribute("datetime");
if (!datetime) return;
const date = new Date(datetime);
const date = new Date(Number.parseInt(datetime));
timeEl.title = date.toISOString();
timeEl.textContent = date.toLocaleString(undefined, {