Browse Source

AMBARI-1119. Service Summary pages no longer show service-specific info. (Srimanth Gunturi via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1431812 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
80f29f4f45
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/views/main/service/info/summary.js

+ 3 - 0
CHANGES.txt

@@ -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)
 

+ 1 - 1
ambari-web/app/views/main/service/info/summary.js

@@ -259,7 +259,7 @@ App.MainServiceInfoSummaryView = Em.View.extend({
       }
     }
     return svc;
-  }.property().volatile(),
+  }.property('controller.content.serviceName').volatile(),
 
   isHide:true,
   moreStatsView:Em.View.extend({