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/04/24 01:16:53 UTC

svn commit: r1471202 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/templates/main/menu_item.hbs

Author: yusaku
Date: Tue Apr 23 23:16:53 2013
New Revision: 1471202

URL: http://svn.apache.org/r1471202
Log:
AMBARI-2003.Hosts tab: clicking on red badge should not toggle "Alerts" filter.  (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/templates/main/menu_item.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1471202&r1=1471201&r2=1471202&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Apr 23 23:16:53 2013
@@ -269,6 +269,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2003. Hosts tab: clicking on red badge should not toggle "Alerts"
+ filter. (yusaku)
+
  AMBARI-2002. Dashboard: remove "Version" row from HDFS, MapReduce, and
  HBase dashboard summary. (yusaku)
 

Modified: incubator/ambari/trunk/ambari-web/app/templates/main/menu_item.hbs
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/menu_item.hbs?rev=1471202&r1=1471201&r2=1471202&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/main/menu_item.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/main/menu_item.hbs Tue Apr 23 23:16:53 2013
@@ -19,7 +19,7 @@
 <a href="#/main/{{unbound view.content.routing}}">
   {{unbound view.content.label}}
   {{#if view.alertsCount}}
-    <span {{action "filterByAlerts" target="App.router.mainHostController"}} class="label label-important alerts-count">
+    <span class="label label-important alerts-count">
       {{view.alertsCount}}
     </span>
   {{/if}}