Remove separate live logs section, update logs in deployment card

This commit is contained in:
2025-12-31 15:06:35 -08:00
parent a2539ebf3a
commit 4cd12d717c
2 changed files with 3 additions and 41 deletions

View File

@@ -24,17 +24,6 @@
</form>
</div>
<!-- Live Build Logs (shown during active deployment) -->
<div class="card p-6 mb-4" x-show="showLiveLogs" x-cloak>
<div class="flex items-center justify-between mb-4">
<h2 class="section-title">Live Build Logs</h2>
<span x-bind:class="liveStatusBadgeClass" x-text="liveStatusLabel"></span>
</div>
<div x-ref="liveLogsWrapper" class="bg-gray-900 rounded-lg p-4 overflow-auto" style="max-height: 400px;">
<pre class="text-gray-100 text-xs font-mono whitespace-pre-wrap" x-text="liveLogs"></pre>
</div>
</div>
<div id="deployments-list" class="space-y-4">
{{if .Deployments}}
{{range .Deployments}}