diff --git a/html/template/sync/configuration/integration.html b/html/template/sync/configuration/integration.html index 4d16aa07..6f9269c1 100644 --- a/html/template/sync/configuration/integration.html +++ b/html/template/sync/configuration/integration.html @@ -66,36 +66,43 @@
| OAuth Token Status | -- {{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }} - - Invalidated - - {{ else if hasPassed .C.ArcGISOAuth.AccessTokenExpires }} - - Expired - - {{ else }} - - Active - - {{ end }} - | -|
| Token Expiration | -{{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }} | -|
| Integration Method | -Polling | -|
| Permission Level | -Read | -|
| Not integrated | +||
| OAuth Token Status | +None | ++ {{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }} + + Invalidated + + {{ else if hasPassed .C.ArcGISOAuth.AccessTokenExpires }} + + Expired + + {{ else }} + + Active + + {{ end }} + | +
| Token Expiration | +{{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }} | +|
| Integration Method | +Polling | +|
| Permission Level | +Read | +