1
0
forked from ALHP/ALHP.GO

fixed queued not being the correct class

This commit is contained in:
2021-11-24 18:49:22 +01:00
parent 778e91ef08
commit d5e9832b33

View File

@@ -111,7 +111,7 @@
<footer class="text-center text-lg-start bg-dark mt-3 fixed-bottom">
<div class="p-2 text-center">
{{.Latest}} <span class="text-primary">build</span> {{.Queued}} <span class="text-secondary">queued</span>
{{.Latest}} <span class="text-primary">build</span> {{.Queued}} <span class="text-warning">queued</span>
{{.Skipped}} <span
class="text-secondary">skipped</span> {{.Failed}} <span class="text-danger">failed</span> || <span
class="text-muted">{{.Generated}}</span>