diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2015-08-10 12:58:14 +0200 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2015-08-10 14:54:16 +0200 |
| commit | ebc7ab1efedb99bd7aa80f53d1f845c3bdce8278 (patch) | |
| tree | caa216f9292f588e9e02a0f81b29f3f07744fa90 /install/ui/src | |
| parent | c8882f7d1c98a795195e7bd2e48323ce95edc858 (diff) | |
webui: add LDAP vs Kerberos behavior description to user auth types
https://fedorahosted.org/freeipa/ticket/4935
Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'install/ui/src')
| -rw-r--r-- | install/ui/src/freeipa/serverconfig.js | 5 | ||||
| -rw-r--r-- | install/ui/src/freeipa/user.js | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/serverconfig.js b/install/ui/src/freeipa/serverconfig.js index efe180569..70bb9574b 100644 --- a/install/ui/src/freeipa/serverconfig.js +++ b/install/ui/src/freeipa/serverconfig.js @@ -83,7 +83,10 @@ return { { label: '@i18n:authtype.type_radius', value: 'radius' }, { label: '@i18n:authtype.type_otp', value: 'otp' } ], - tooltip: '@i18n:authtype.config_tooltip' + tooltip: { + title: '@i18n:authtype.config_tooltip', + html: true + } }, { $type: 'checkbox', diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index 0e828c16b..a920e088a 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -188,7 +188,10 @@ return { { label: '@i18n:authtype.type_radius', value: 'radius' }, { label: '@i18n:authtype.type_otp', value: 'otp' } ], - tooltip: '@i18n:authtype.user_tooltip' + tooltip: { + title: '@i18n:authtype.user_tooltip', + html: true + } }, { $type: 'entity_select', |
