mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
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:
parent
d01f18d441
commit
d7b096486e
@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user