summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/trust.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-16 12:59:38 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:26 +0200
commite100ba7e2b14b74ed548ee0dd6ba1093b17dd795 (patch)
tree6b675d9643a74b717ecb70e0c642405818311472 /install/ui/src/freeipa/trust.js
parent1221fca6628450c6cd3031b377c7426fa4b1b0ad (diff)
downloadfreeipa-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.tar.gz
freeipa-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.tar.xz
freeipa-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.zip
Replace build logic in widget and field builder by new builder
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/trust.js')
-rw-r--r--install/ui/src/freeipa/trust.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js
index e47b3b073..145ffc132 100644
--- a/install/ui/src/freeipa/trust.js
+++ b/install/ui/src/freeipa/trust.js
@@ -74,11 +74,11 @@ IPA.trust.entity = function(spec) {
label: '@i18n:objects.trust.blacklists',
fields: [
{
- type: 'multivalued',
+ $type: 'multivalued',
name: 'ipantsidblacklistincoming'
},
{
- type: 'multivalued',
+ $type: 'multivalued',
name: 'ipantsidblacklistoutgoing'
}
// trust status not supported by show command at the moment
@@ -104,19 +104,19 @@ IPA.trust.entity = function(spec) {
widget: 'method.realm_admin'
},
{
- type: 'password',
+ $type: 'password',
name: 'realm_passwd',
label: '@i18n:password.password',
widget: 'method.realm_passwd'
},
{
- type: 'password',
+ $type: 'password',
name: 'trust_secret',
label: '@i18n:password.password',
widget: 'method.trust_secret'
},
{
- type: 'password',
+ $type: 'password',
name: 'trust_secret_verify',
label: '@i18n:password.verify_password',
widget: 'method.trust_secret_verify',
@@ -128,14 +128,14 @@ IPA.trust.entity = function(spec) {
],
widgets: [
{
- type: 'details_table_section_nc',
+ $type: 'details_table_section_nc',
name: 'realm',
widgets: [
'realm_server'
]
},
{
- type: 'multiple_choice_section',
+ $type: 'multiple_choice_section',
name: 'method',
label: '@i18n:objects.trust.establish_using',
choices: [
@@ -158,15 +158,15 @@ IPA.trust.entity = function(spec) {
name: 'realm_admin'
},
{
- type: 'password',
+ $type: 'password',
name: 'realm_passwd'
},
{
- type: 'password',
+ $type: 'password',
name: 'trust_secret'
},
{
- type: 'password',
+ $type: 'password',
name: 'trust_secret_verify'
}
]