add working accessed quary and rename fields in html template
Build and Push Docker Container / build-and-push (push) Successful in 1m37s
Build and Push Docker Container / build-and-push (push) Successful in 1m37s
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user