e071084ebe
govulncheck / govulncheck (push) Waiting to run
Harness (E2E) / Harnesses (mock LLM) (push) Waiting to run
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Waiting to run
Lint / golangci-lint (push) Waiting to run
Run Tests / Unit Tests (push) Waiting to run
Run Tests / Etcd Integration Tests (push) Waiting to run
6 lines
245 B
HTML
6 lines
245 B
HTML
{{define "content"}}
|
|
<h2 class="text-2xl font-bold mb-4">Logs for {{.Service}}</h2>
|
|
<pre class="bg-gray-100 rounded p-2 mt-2" style="max-height: 60vh; overflow-y: auto;">{{.Log}}</pre>
|
|
<a href="/logs" class="micro-link">Back to logs</a>
|
|
{{end}}
|