summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-10-15 12:24:56 -0400
committerMartin Kosek <mkosek@redhat.com>2014-10-20 09:59:19 +0200
commit560606a9910b5f289cedbf341ea5a2cbd011aee2 (patch)
treed3ad3d31fb772792a92db1755746a294bbe9d7ec /install
parente296137853547cf62e7dc15476449a3b2f8d5a06 (diff)
downloadfreeipa-560606a9910b5f289cedbf341ea5a2cbd011aee2.tar.gz
freeipa-560606a9910b5f289cedbf341ea5a2cbd011aee2.tar.xz
freeipa-560606a9910b5f289cedbf341ea5a2cbd011aee2.zip
Display token type when viewing token
When viewing a token from the CLI or UI, the type of the token should be displayed. https://fedorahosted.org/freeipa/ticket/4563 Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/src/freeipa/otptoken.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/otptoken.js b/install/ui/src/freeipa/otptoken.js
index 6c877533c..9ba6821a5 100644
--- a/install/ui/src/freeipa/otptoken.js
+++ b/install/ui/src/freeipa/otptoken.js
@@ -180,6 +180,7 @@ return {
label: '@i18n:objects.otptoken.details',
fields: [
'ipatokenuniqueid',
+ 'type',
{
$type: 'textarea',
name: 'description'