Author: yusaku
Date: Thu Jan 17 00:29:01 2013
New Revision: 1434522
URL: http://svn.apache.org/viewvc?rev=1434522&view=rev
Log:
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)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/controllers/global/cluster_controller.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1434522&r1=1434521&r2=1434522&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Jan 17 00:29:01 2013
@@ -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)
Modified:
incubator/ambari/trunk/ambari-web/app/controllers/global/cluster_controller.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/global/cluster_controller.js?rev=1434522&r1=1434521&r2=1434522&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/controllers/global/cluster_controller.js
(original)
+++
incubator/ambari/trunk/ambari-web/app/controllers/global/cluster_controller.js
Thu Jan 17 00:29:01 2013
@@ -145,7 +145,7 @@ App.ClusterController = Em.Controller.ex
}
return null;
}
- }.property('App.router.updateController.isUpdated','dataLoadList.services'),
+ }.property('App.router.updateController.isUpdated', 'dataLoadList.services',
'dataLoadList.hosts'),
isNagiosInstalled:function () {
if (App.testMode) {