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 2013/12/23 19:07:23 UTC

git commit: AMBARI-4158. "Sheduler" panel on YARN tab is opened as default after set configs' filter to "Overridden properties". (alexantonenko)

Updated Branches:
  refs/heads/branch-1.4.3 609482c6c -> e766ec071


AMBARI-4158. "Sheduler" panel on YARN tab is opened as default after set configs' filter to "Overridden properties". (alexantonenko)


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

Branch: refs/heads/branch-1.4.3
Commit: e766ec0715e072d0cb9d30b016e1231a5f6ca9b5
Parents: 609482c
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Dec 23 20:03:34 2013 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Dec 23 20:03:34 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/views/common/configs/services_config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e766ec07/ambari-web/app/views/common/configs/services_config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/configs/services_config.js b/ambari-web/app/views/common/configs/services_config.js
index 23bd56e..d61f335 100644
--- a/ambari-web/app/views/common/configs/services_config.js
+++ b/ambari-web/app/views/common/configs/services_config.js
@@ -398,7 +398,7 @@ App.ServiceConfigsByCategoryView = Ember.View.extend({
   }.property('category.canAddProperty', 'filteredCategoryConfigs.length'),
 
   didInsertElement: function () {
-    var isCollapsed = (this.get('category.name').indexOf('Advanced') != -1);
+    var isCollapsed = (this.get('category.name').indexOf('Advanced') != -1 || this.get('category.name').indexOf('CapacityScheduler') != -1);
     var self = this;
     this.set('category.isCollapsed', isCollapsed);
     if (isCollapsed) {