bliss/views/workshop/logs.eta

7 lines
319 B
Text
Raw Permalink Normal View History

2024-10-29 21:29:40 -04:00
<% it.logs.forEach((log) => { %>
<!-- <div class="<% if (log.error) { %>bg-red-800 text-white <% } %>"> -->
2024-10-29 21:29:40 -04:00
<%= log.content %>
<!-- </div> -->
2024-10-29 21:29:40 -04: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>