+5
appview/pages/templates/repo/pipelines/workflow.html
+5
appview/pages/templates/repo/pipelines/workflow.html
···
58
58
hx-ext="ws"
59
59
ws-connect="/{{ $.RepoInfo.FullName }}/pipelines/{{ .Pipeline.Id }}/workflow/{{ .Workflow }}/logs">
60
60
<div id="lines" class="flex flex-col gap-2">
61
+
<div class="text-base text-gray-500 flex items-center justify-center italic p-12 only:flex hidden border border-gray-200 dark:border-gray-700 rounded">
62
+
<span class="flex items-center gap-2">
63
+
{{ i "triangle-alert" "size-4" }} No logs for this workflow
64
+
</span>
65
+
</div>
61
66
</div>
62
67
</div>
63
68
{{ end }}