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}}