You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/04/12 19:54:05 UTC

svn commit: r1467381 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/config.js ambari-web/app/templates/main/admin/security.hbs

Author: jaimin
Date: Fri Apr 12 17:54:05 2013
New Revision: 1467381

URL: http://svn.apache.org/r1467381
Log:
AMBARI-1913. Security Wizard - "Kerberos security is disabled on the cluster" should not be shown in red. (jaimin)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/config.js
    incubator/ambari/trunk/ambari-web/app/templates/main/admin/security.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1467381&r1=1467380&r2=1467381&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Apr 12 17:54:05 2013
@@ -243,6 +243,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1913. Security Wizard - "Kerberos security is disabled on the cluster"
+ should not be shown in red. (jaimin)
+
  AMBARI-1403. Remove SPI dependencies on other code. (tbeerbower)
 
  AMBARI-1892. Restrict user on a Disable security popup while the poccessi

Modified: incubator/ambari/trunk/ambari-web/app/config.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/config.js?rev=1467381&r1=1467380&r2=1467381&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/config.js (original)
+++ incubator/ambari/trunk/ambari-web/app/config.js Fri Apr 12 17:54:05 2013
@@ -25,7 +25,7 @@ if(location.port == '3333'){
 App.testModeDelayForActions = 10000;
 App.skipBootstrap = false;
 App.alwaysGoToInstaller = false;
-App.testEnableSecurity = true;                          // By default enable security is tested
+App.testEnableSecurity = true;                   // By default enable security is tested; turning it false tests disable security
 App.apiPrefix = '/api/v1';
 App.defaultStackVersion = 'HDP-1.2.1';
 App.defaultLocalStackVersion = 'HDPLocal-1.2.1';
@@ -49,4 +49,4 @@ $.ajaxSetup({
 /**
  * Test Mode values
  */
-App.test_hostname = 'hostname';
\ No newline at end of file
+App.test_hostname = 'hostname';

Modified: incubator/ambari/trunk/ambari-web/app/templates/main/admin/security.hbs
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/admin/security.hbs?rev=1467381&r1=1467380&r2=1467381&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/main/admin/security.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/main/admin/security.hbs Fri Apr 12 17:54:05 2013
@@ -29,7 +29,7 @@
     </div>
   {{else}}
     <div>
-      <p class="text-error">{{t admin.security.disabled}}
+      <p class="muted">{{t admin.security.disabled}}
         <a
                 class="btn btn-padding btn-success" {{action addSecurity}}>{{t admin.security.button.enable}}
         </a> <br/>