From 1973b809407d0c3a8269a04978f076a1a025d461 Mon Sep 17 00:00:00 2001 From: igoristic Date: Fri, 3 May 2019 09:56:19 -0400 Subject: [PATCH] Added the missing reactNodeId to the controller (#35822) --- x-pack/plugins/monitoring/public/views/alerts/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/monitoring/public/views/alerts/index.js b/x-pack/plugins/monitoring/public/views/alerts/index.js index 944df36b2750..0f329b601d85 100644 --- a/x-pack/plugins/monitoring/public/views/alerts/index.js +++ b/x-pack/plugins/monitoring/public/views/alerts/index.js @@ -63,7 +63,8 @@ uiRoutes.when('/alerts', { title: i18n('xpack.monitoring.alerts.clusterAlertsTitle', { defaultMessage: 'Cluster Alerts' }), getPageData, $scope, - $injector + $injector, + reactNodeId: 'monitoringAlertsApp' }); this.data = $route.current.locals.alerts;