git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1434522 13f79535-47bb-0310-9956-ffa450edef68
@@ -42,6 +42,10 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1200. On some clusters, Nagios alerts show up about 30 seconds after
+ page load, while on others the alerts show up immediately. (srimanth via
+ yusaku)
+
AMBARI-1190. Detailed log view dialogs are not center-aligned. (yusaku)
AMBARI-1187. Dashboard > MapReduce mini chart sometimes shows partial graph and hides recent data. (yusaku)
@@ -145,7 +145,7 @@ App.ClusterController = Em.Controller.extend({
}
return null;
- }.property('App.router.updateController.isUpdated','dataLoadList.services'),
+ }.property('App.router.updateController.isUpdated', 'dataLoadList.services', 'dataLoadList.hosts'),
isNagiosInstalled:function () {
if (App.testMode) {