You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/12/12 04:04:49 UTC

ambari git commit: AMBARI-8677. Alerts UI: host details page cleanup

Repository: ambari
Updated Branches:
  refs/heads/trunk 5cba41704 -> 23590a3b4


AMBARI-8677. Alerts UI: host details page cleanup


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/23590a3b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/23590a3b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/23590a3b

Branch: refs/heads/trunk
Commit: 23590a3b4c20de9088ad7d98d2ee62fbb0c8f12f
Parents: 5cba417
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Dec 11 18:59:21 2014 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Dec 11 18:59:27 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/views/main/host/host_alerts_view.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/23590a3b/ambari-web/app/views/main/host/host_alerts_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/host_alerts_view.js b/ambari-web/app/views/main/host/host_alerts_view.js
index d06cb97..dc88232 100644
--- a/ambari-web/app/views/main/host/host_alerts_view.js
+++ b/ambari-web/app/views/main/host/host_alerts_view.js
@@ -31,6 +31,7 @@ App.MainHostAlertsView = App.TableView.extend({
     var hostName = this.get('parentView.controller.content.hostName');
     App.router.get('mainAlertInstancesController').loadAlertInstancesByHost(hostName);
     App.router.set('mainAlertInstancesController.isUpdating', true);
+    this._super();
   },
 
   didInsertElement: function () {