You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/01/24 10:59:10 UTC

ambari git commit: AMBARI-9318. There is unwanted info on Service Accounts tab (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 244f1879e -> cdc7fee38


AMBARI-9318. There is unwanted info on Service Accounts tab (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cdc7fee3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cdc7fee3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cdc7fee3

Branch: refs/heads/trunk
Commit: cdc7fee38736612c6ec20d3c900172146afbdbae
Parents: 244f187
Author: Alex Antonenko <hi...@gmail.com>
Authored: Sat Jan 24 11:11:08 2015 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Sat Jan 24 11:59:11 2015 +0200

----------------------------------------------------------------------
 .../app/controllers/main/admin/serviceAccounts_controller.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cdc7fee3/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js b/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js
index e3112c9..a0e79f1 100644
--- a/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js
+++ b/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js
@@ -77,7 +77,7 @@ App.MainAdminServiceAccountsController = App.MainServiceInfoConfigsController.ex
    */
   createConfigObject: function(serverConfigs, advancedConfigs) {
     var configSet = App.config.mergePreDefinedWithLoaded(serverConfigs, advancedConfigs, this.get('serviceConfigTags'), this.get('selectedService'));
-    var miscConfigs = configSet.configs.filterProperty('serviceName', this.get('selectedService')).filterProperty('category', 'Users and Groups').filterProperty('isVisible', true).rejectProperty('displayType', 'password');
+    var miscConfigs = configSet.configs.filterProperty('serviceName', this.get('selectedService')).filterProperty('category', 'Users and Groups').filterProperty('isVisible', true).rejectProperty('displayType', 'password').rejectProperty('displayType', 'checkbox');
 
     miscConfigs = App.config.miscConfigVisibleProperty(miscConfigs, App.Service.find().mapProperty('serviceName'));