This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2b513fa [AMBARI-22858] First prereq not displaying for Free IPA
method in Enable Kerberos Wizard
2b513fa is described below
commit 2b513fa0f1e51347f4d863ad95db2649b924247b
Author: Robert Levas <[email protected]>
AuthorDate: Fri Jan 26 16:40:08 2018 -0500
[AMBARI-22858] First prereq not displaying for Free IPA method in Enable
Kerberos Wizard
---
ambari-web/app/controllers/main/admin/kerberos/step1_controller.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-web/app/controllers/main/admin/kerberos/step1_controller.js
b/ambari-web/app/controllers/main/admin/kerberos/step1_controller.js
index 690843b..b393abe 100644
--- a/ambari-web/app/controllers/main/admin/kerberos/step1_controller.js
+++ b/ambari-web/app/controllers/main/admin/kerberos/step1_controller.js
@@ -85,7 +85,7 @@ App.KerberosWizardStep1Controller = Em.Controller.extend({
value: Em.I18n.t('admin.kerberos.wizard.step1.option.ipa'),
preConditions: [
PreCondition.create({
- dsplayText:
Em.I18n.t('admin.kerberos.wizard.step1.option.ipa.condition.1'),
+ displayText:
Em.I18n.t('admin.kerberos.wizard.step1.option.ipa.condition.1')
}),
PreCondition.create({
displayText:
Em.I18n.t('admin.kerberos.wizard.step1.option.ipa.condition.2')
--
To stop receiving notification emails like this one, please contact
[email protected].