webui: add mangedby tab to otptoken

Added managedby_user tab to manage users who can manage the token.

https://fedorahosted.org/freeipa/ticket/5003

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Petr Vobornik 2015-07-01 18:50:47 +02:00 committed by Tomas Babej
parent 2a976334c2
commit b258bcee83

View File

@ -221,6 +221,12 @@ return {
] ]
} }
] ]
},
{
$type: 'association',
name: 'managedby_user',
add_method: 'add_managedby',
remove_method: 'remove_managedby'
} }
], ],