summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2015-08-11 19:37:29 +0200
committerDylan William Hardison <dylan@hardison.net>2015-08-11 19:37:29 +0200
commita2a7527675ee7d6c40bf5c5e71a2b6f46f7734ee (patch)
tree5601808c662172bd54d935b7b5e9f0392bc30677 /template/en/default/account
parentfa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63 (diff)
downloadbugzilla-a2a7527675ee7d6c40bf5c5e71a2b6f46f7734ee.tar.gz
bugzilla-a2a7527675ee7d6c40bf5c5e71a2b6f46f7734ee.tar.xz
Bug 1192688 - add ip to last used api key information
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/prefs/apikey.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/apikey.html.tmpl b/template/en/default/account/prefs/apikey.html.tmpl
index ff9ed697a..8b740cf1e 100644
--- a/template/en/default/account/prefs/apikey.html.tmpl
+++ b/template/en/default/account/prefs/apikey.html.tmpl
@@ -41,7 +41,9 @@ here.</p>
value="[% api_key.description FILTER html %]">
</td>
[% IF api_key.last_used %]
- <td>[% api_key.last_used FILTER time %]</td>
+ <td>[% api_key.last_used FILTER time %]
+ [% IF api_key.last_used_ip %] ([% api_key.last_used_ip FILTER html %]) [% END %]
+ </td>
[% ELSE %]
<td class="center"><i>never used</i></td>
[% END %]