fix setting-integration template
This commit is contained in:
parent
e513107f75
commit
2c42ec3559
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
<tr>
|
||||
<td width="30%"><strong>OAuth Token Status</strong></td>
|
||||
<td>
|
||||
{{ if not .ArcGISOAuth.InvalidatedAt.IsNull }}
|
||||
{{ if not .C.ArcGISOAuth.InvalidatedAt.IsNull }}
|
||||
<span class="status-inactive">
|
||||
<i class="bi bi-x-circle-fill me-1"></i> Invalidated
|
||||
</span>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><strong>Token Expiration</strong></td>
|
||||
<td>{{ .ArcGISOAuth.AccessTokenExpires|timeRelative }}</td>
|
||||
<td>{{ .C.ArcGISOAuth.AccessTokenExpires|timeRelative }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Integration Method</strong></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue