6 lines
319 B
Text
6 lines
319 B
Text
<% it.logs.forEach((log) => { %>
|
|
<!-- <div class="<% if (log.error) { %>bg-red-800 text-white <% } %>"> -->
|
|
<%= log.content %>
|
|
<!-- </div> -->
|
|
<% }) %>
|
|
<div hx-swap="outerHTML" hx-get="/workshop/<%= it.structId %>/route/<%= it.routeId %>/logs?since=<%= it.since || 0 %>" hx-trigger="every 5s" class="hidden"></div>
|