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/03/23 05:43:01 UTC

svn commit: r1460096 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/templates/common/configs/service_config.hbs

Author: yusaku
Date: Sat Mar 23 04:43:01 2013
New Revision: 1460096

URL: http://svn.apache.org/r1460096
Log:
AMBARI-1659. Arrows often do not show up on config category expander. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1460096&r1=1460095&r2=1460096&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat Mar 23 04:43:01 2013
@@ -513,6 +513,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1659. Arrows often do not show up on config category expander. (yusaku)
+
  AMBARI-1645. Undo should not be allowed on component hosts. (yusaku)
 
  AMBARI-1644. Service summary page flickers. (yusaku)

Modified: incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs?rev=1460096&r1=1460095&r2=1460096&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs Sat Mar 23 04:43:01 2013
@@ -21,7 +21,7 @@
     {{#view App.ServiceConfigsByCategoryView categoryBinding="category" serviceBinding="selectedService" serviceConfigsBinding="selectedService.configs"}}
 
             <div class="accordion-heading" {{action "onToggleBlock" category target="view"}}>
-                <i class="pull-left accordion-toggle" {{bindAttr class="category.isCollapsed:icon-caret-right:icon-caret-down "}}></i>
+                <i {{bindAttr class=":pull-left :accordion-toggle category.isCollapsed:icon-caret-right:icon-caret-down"}}></i>
                 <a class="accordion-toggle">{{category.displayName}}</a>
             </div>