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 @@
- - - - - - - - - - - - - - - - + {{ if not .C.ArcGISOAuth }} + + + + {{ else }} + + + + + + + + + + + + + + + + + + {{ end }}
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 MethodPolling
Permission LevelRead
Not integrated
OAuth Token StatusNone + {{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }} + + Invalidated + + {{ else if hasPassed .C.ArcGISOAuth.AccessTokenExpires }} + + Expired + + {{ else }} + + Active + + {{ end }} +
Token Expiration{{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }}
Integration MethodPolling
Permission LevelRead
@@ -103,7 +110,10 @@ Refresh OAuth Token - + Configure diff --git a/html/template/sync/configuration/pesticide.html b/html/template/sync/configuration/pesticide.html index 6490814e..af2a5de5 100644 --- a/html/template/sync/configuration/pesticide.html +++ b/html/template/sync/configuration/pesticide.html @@ -39,7 +39,7 @@

Pesticide Products Configuration

diff --git a/html/template/sync/configuration/root.html b/html/template/sync/configuration/root.html index 68f1c564..41f381da 100644 --- a/html/template/sync/configuration/root.html +++ b/html/template/sync/configuration/root.html @@ -28,7 +28,10 @@ organization.

- + Manage Users @@ -50,7 +53,7 @@

Manage Products @@ -75,7 +78,7 @@

Manage Integrations @@ -99,7 +102,7 @@

Manage Organization diff --git a/html/template/sync/configuration/user-add.html b/html/template/sync/configuration/user-add.html index 5c8497e5..990e89f6 100644 --- a/html/template/sync/configuration/user-add.html +++ b/html/template/sync/configuration/user-add.html @@ -139,7 +139,10 @@
- + Cancel