You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/28 02:44:40 UTC

svn commit: r1497626 - /incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js

Author: yusaku
Date: Fri Jun 28 00:44:40 2013
New Revision: 1497626

URL: http://svn.apache.org/r1497626
Log:
AMBARI-2491. Security Wizard: show which principals and keytabs need to be created on which hosts. (AndriiTkach via yusaku)

Modified:
    incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js

Modified: incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js?rev=1497626&r1=1497625&r2=1497626&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js (original)
+++ incubator/ambari/branches/branch-1.2.5/ambari-web/app/controllers/main/admin/security/add/step2.js Fri Jun 28 00:44:40 2013
@@ -255,7 +255,8 @@ App.MainAdminSecurityAddStep2Controller 
 
   submit: function () {
     if (!this.get('isSubmitDisabled')) {
-      this.showHostPrincipalKeytabList();
+      // this.showHostPrincipalKeytabList();
+      App.router.send('next');
     }
   }