Skip to content

Commit

Permalink
Merge pull request automatic-ripping-machine#1040 from automatic-ripp…
Browse files Browse the repository at this point in the history
…ing-machine/1036-wrong-changed-date-log-creation-timestamps-in-webui

1036 wrong changed date log creation timestamps in webui
  • Loading branch information
microtechno9000 authored Jan 20, 2024
2 parents 3f319cd + 4652651 commit 250986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/ui/logs/templates/logfiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{% for file in files %}
<tr>
<th scope="row" class="text-wrap">{{ file[0]|truncate(30, True) }}</th>
<td class="text-wrap">{{ file[2] }}</td>
<td class="text-wrap">{{ file[1] }}</td>
<td>{{ file[3] }}</td>
<td><a href="logs?logfile={{ file[0] }}&mode=tail">tail</a></td>
<td><a href="logs?logfile={{ file[0] }}&mode=armcat">arm</a></td>
Expand Down

0 comments on commit 250986b

Please sign in to comment.