forked from ALHP/ALHP.GO
fixed queued not being the correct class
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user