git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1431812 13f79535-47bb-0310-9956-ffa450edef68
@@ -675,6 +675,9 @@ AMBARI-666 branch (unreleased changes)
BUG FIXES
+ AMBARI-1119. Service Summary pages no longer show service-specific info.
+ (Srimanth Gunturi via yusaku)
+
AMBARI-1118. Dashboard > HDFS title's free capacity doesn't match summary.
(Srimanth Gunturi via yusaku)
@@ -259,7 +259,7 @@ App.MainServiceInfoSummaryView = Em.View.extend({
}
return svc;
- }.property().volatile(),
+ }.property('controller.content.serviceName').volatile(),
isHide:true,
moreStatsView:Em.View.extend({