diff --git a/web/templates/pages/dashboard.html b/web/templates/pages/dashboard.html index e95ff78..1788904 100644 --- a/web/templates/pages/dashboard.html +++ b/web/templates/pages/dashboard.html @@ -5,7 +5,7 @@ {{$page := .Page}} {{template "crit_banner" .Page}} - {{if eq $page.HostCount 0}} + {{if and (eq $page.HostCount 0) (eq (len $page.PendingHosts) 0)}} {{/* ---------- empty state ---------- */}}