webui: add option to establish bidirectional trust

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

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Petr Vobornik 2015-08-25 17:17:04 +02:00 committed by Martin Basti
parent d01f18d441
commit d7b096486e

View File

@ -171,6 +171,12 @@ return {
label: '@i18n:objects.trust.domain',
widget: 'realm.realm_server'
},
{
$type: 'checkbox',
name: 'bidirectional',
metadata: '@mc-opt:trust_add:bidirectional',
widget: 'realm.bidirectional'
},
{
name: 'realm_admin',
label: '@i18n:objects.trust.account',
@ -224,7 +230,12 @@ return {
$type: 'details_section',
name: 'realm',
widgets: [
'realm_server'
'realm_server',
{
$type: 'checkbox',
name: 'bidirectional',
tooltip: '@mc-opt:trust_add:bidirectional:doc'
}
]
},
{