mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-31 08:28:15 +00:00
Show last updated date on EVE API keys
This commit is contained in:
@@ -56,7 +56,7 @@ setup.</p>
|
|||||||
{% if eveaccounts %}
|
{% if eveaccounts %}
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>User ID</th><th>API Key</th><th>Description</th><th>Active</th><th>Actions</th></tr>
|
<tr><th>User ID</th><th>API Key</th><th>Description</th><th>Active</th><th>Last Updated</th><th>Actions</th></tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for acc in eveaccounts %}
|
{% for acc in eveaccounts %}
|
||||||
@@ -64,6 +64,7 @@ setup.</p>
|
|||||||
<td>{{ acc.api_key }}</td>
|
<td>{{ acc.api_key }}</td>
|
||||||
<td>{{ acc.description }}</td>
|
<td>{{ acc.description }}</td>
|
||||||
<td>{{ acc.api_status_description }}</td>
|
<td>{{ acc.api_status_description }}</td>
|
||||||
|
<td>{{ acc.api_last_updated }}</td>
|
||||||
<td><a href="/profile/refresh/eveapi/{{ acc.api_user_id }}/">Refresh</a>,
|
<td><a href="/profile/refresh/eveapi/{{ acc.api_user_id }}/">Refresh</a>,
|
||||||
<a href="/profile/del/eveapi/{{ acc.api_user_id }}/">Delete</a></td>
|
<a href="/profile/del/eveapi/{{ acc.api_user_id }}/">Delete</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user