webui: support external flag to trust-add

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

Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
Alexander Bokovoy 2016-06-09 12:04:39 +03:00 committed by Martin Basti
parent 5b0dbe7e59
commit d6266476fa

View File

@ -188,6 +188,12 @@ return {
metadata: '@mc-opt:trust_add:bidirectional',
widget: 'realm.bidirectional'
},
{
$type: 'checkbox',
name: 'external',
metadata: '@mc-opt:trust_add:external',
widget: 'realm.external'
},
{
name: 'realm_admin',
label: '@i18n:objects.trust.account',
@ -246,6 +252,11 @@ return {
$type: 'checkbox',
name: 'bidirectional',
tooltip: '@mc-opt:trust_add:bidirectional:doc'
},
{
$type: 'checkbox',
name: 'external',
tooltip: '@mc-opt:trust_add:external:doc'
}
]
},