mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
Martin Kosek
parent
e296137853
commit
560606a991
@@ -180,6 +180,7 @@ return {
|
||||
label: '@i18n:objects.otptoken.details',
|
||||
fields: [
|
||||
'ipatokenuniqueid',
|
||||
'type',
|
||||
{
|
||||
$type: 'textarea',
|
||||
name: 'description'
|
||||
|
||||
Reference in New Issue
Block a user