diff --git a/main.go b/main.go index 9fb765d..cb3629d 100644 --- a/main.go +++ b/main.go @@ -340,6 +340,7 @@ func (b *BuildManager) htmlWorker() { Latest int Failed int Skipped int + Queued int } for { @@ -419,6 +420,8 @@ func (b *BuildManager) htmlWorker() { gen.Skipped = c.Count case dbpackage.StatusLatest: gen.Latest = c.Count + case dbpackage.StatusQueued: + gen.Queued = c.Count } } diff --git a/tpl/packages.html b/tpl/packages.html index 46e7cc8..6c3707f 100644 --- a/tpl/packages.html +++ b/tpl/packages.html @@ -111,7 +111,8 @@