2024-10-29 21:29:40 -04:00
|
|
|
<% it.logs.forEach((log) => { %>
|
2025-01-09 15:59:21 -05:00
|
|
|
<!-- <div class="<% if (log.error) { %>bg-red-800 text-white <% } %>"> -->
|
2024-10-29 21:29:40 -04:00
|
|
|
<%= log.content %>
|
2025-01-09 15:59:21 -05:00
|
|
|
<!-- </div> -->
|
2024-10-29 21:29:40 -04:00
|
|
|
<% }) %>
|
2025-01-09 15:59:21 -05:00
|
|
|
<div hx-swap="outerHTML" hx-get="/workshop/<%= it.structId %>/route/<%= it.routeId %>/logs?since=<%= it.since || 0 %>" hx-trigger="every 5s" class="hidden"></div>
|