Populate ArcGIS integration page refresh link
This commit is contained in:
parent
7080222fbc
commit
060e2915f1
2 changed files with 6 additions and 3 deletions
|
|
@ -85,9 +85,12 @@
|
|||
|
||||
<!-- Token Actions -->
|
||||
<div class="mt-3 d-flex gap-2">
|
||||
<button type="button" class="btn btn-outline-primary">
|
||||
<a
|
||||
class="btn btn-outline-primary"
|
||||
href="{{ .URL.OAuthRefreshArcGIS }}"
|
||||
>
|
||||
<i class="bi bi-arrow-clockwise me-1"></i>Refresh Token
|
||||
</button>
|
||||
</a>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-outline-danger"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
<span class="status-inactive">
|
||||
<i class="bi bi-x-circle-fill me-1"></i> Invalidated
|
||||
</span>
|
||||
{{ else if hasPassed .ArcGISOAuth.AccessTokenExpires }}
|
||||
{{ else if hasPassed .C.ArcGISOAuth.AccessTokenExpires }}
|
||||
<span class="status-inactive">
|
||||
<i class="bi bi-x-circle-fill me-1"></i> Expired
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue