diff --git a/sync/template/dashboard.html b/sync/template/dashboard.html index d43918e8..36347afd 100644 --- a/sync/template/dashboard.html +++ b/sync/template/dashboard.html @@ -202,7 +202,7 @@ body {
Last Data Refresh

{{ .LastSync | timeSince }}

-

Last sync: 12:45 PM

+ @@ -215,12 +215,16 @@ body {
Service Requests
-

{{ .CountServiceRequests | bigNumber }}

-

+ {{ if .IsSyncOngoing }} +

{{ .CountServiceRequests | bigNumber }}...?

+ {{ else }} +

{{ .CountServiceRequests | bigNumber }}

+ {{ end }} + @@ -233,12 +237,16 @@ body {
Mosquito Sources
-

{{ .CountMosquitoSources | bigNumber }}

-

+ {{ if .IsSyncOngoing }} +

{{ .CountMosquitoSources | bigNumber }}..?

+ {{ else }} +

{{ .CountMosquitoSources | bigNumber }}

+ {{ end }} + @@ -251,12 +259,16 @@ body {
Inspections
-

{{ .CountInspections | bigNumber }}

-

+ {{ if .IsSyncOngoing }} +

{{ .CountInspections | bigNumber }}...?

+ {{ else }} +

{{ .CountInspections | bigNumber }}

+ {{ end }} +