Added the missing reactNodeId to the controller (#35822)

This commit is contained in:
igoristic 2019-05-03 09:56:19 -04:00 committed by GitHub
parent 748b432df4
commit 1973b80940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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