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 {
{{ .LastSync | timeSince }}
-Last sync: 12:45 PM
+ @@ -215,12 +215,16 @@ body {{{ .CountServiceRequests | bigNumber }}
-+ {{ if .IsSyncOngoing }} +
{{ .CountServiceRequests | bigNumber }}...?
+ {{ else }} +{{ .CountServiceRequests | bigNumber }}
+ {{ end }} + @@ -233,12 +237,16 @@ body {{{ .CountMosquitoSources | bigNumber }}
-+ {{ if .IsSyncOngoing }} +
{{ .CountMosquitoSources | bigNumber }}..?
+ {{ else }} +{{ .CountMosquitoSources | bigNumber }}
+ {{ end }} + @@ -251,12 +259,16 @@ body {{{ .CountInspections | bigNumber }}
-+ {{ if .IsSyncOngoing }} +
{{ .CountInspections | bigNumber }}...?
+ {{ else }} +{{ .CountInspections | bigNumber }}
+ {{ end }} +