diff --git a/hub/internal/web/templates/customer_unified.html b/hub/internal/web/templates/customer_unified.html index a4c5632..6caaef6 100644 --- a/hub/internal/web/templates/customer_unified.html +++ b/hub/internal/web/templates/customer_unified.html @@ -5,7 +5,6 @@ {{if .CustomerName}}{{.CustomerName}}{{else}}{{.CustomerID}}{{end}} — Felhom Hub - {{if .HasReports}}{{end}} @@ -24,7 +23,14 @@ {{if .CustomerName}}{{.CustomerName}}{{else}}{{.CustomerID}}{{end}} {{if .HasReports}} -

Last report: {{timeAgo .Customer.ReceivedAt}} · Controller {{.Customer.ControllerVersion}}

+

+ Last report: {{timeAgo .Customer.ReceivedAt}} · Controller {{.Customer.ControllerVersion}} + +

{{else}}

No reports received yet

{{end}} @@ -875,5 +881,71 @@ }); {{end}} + + {{if .HasReports}} + + + {{end}}