You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2017/01/19 21:35:27 UTC

ambari git commit: AMBARI-19633. accordion classname missed on configs page (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk d540f943d -> 2200dda43


AMBARI-19633. accordion classname missed on configs page (akovalenko)


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

Branch: refs/heads/trunk
Commit: 2200dda431842c2efe5c27b7db1cf1bee43a289a
Parents: d540f94
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Thu Jan 19 22:13:31 2017 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Thu Jan 19 23:33:24 2017 +0200

----------------------------------------------------------------------
 .../app/views/common/configs/config_category_container_view.js     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2200dda4/ambari-web/app/views/common/configs/config_category_container_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/configs/config_category_container_view.js b/ambari-web/app/views/common/configs/config_category_container_view.js
index 73ded75..37fc10f 100644
--- a/ambari-web/app/views/common/configs/config_category_container_view.js
+++ b/ambari-web/app/views/common/configs/config_category_container_view.js
@@ -26,6 +26,8 @@ App.ConfigCategoryContainerView = Em.ContainerView.extend({
 
   categories: [],
 
+  classNames: ['accordion'],
+
   didInsertElement: function () {
     this.pushViews();
     this._super();