From 0adf26378533f6a5766eda97a87c4e0bdbae0e48 Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Fri, 13 Mar 2020 17:31:04 +0000 Subject: [PATCH] using icon constant --- x-pack/plugins/ml/public/application/management/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/ml/public/application/management/index.ts b/x-pack/plugins/ml/public/application/management/index.ts index 1dd8082f0d838..21e7e3400e8d1 100644 --- a/x-pack/plugins/ml/public/application/management/index.ts +++ b/x-pack/plugins/ml/public/application/management/index.ts @@ -18,7 +18,7 @@ import { MlStartDependencies, MlSetupDependencies } from '../../plugin'; import { LICENSE_CHECK_STATE } from '../../../../licensing/public'; -import { PLUGIN_ID } from '../../../common/constants/app'; +import { PLUGIN_ID, PLUGIN_ICON } from '../../../common/constants/app'; import { MINIMUM_FULL_LICENSE } from '../../../common/license'; import { getJobsListBreadcrumbs } from './breadcrumbs'; @@ -38,7 +38,7 @@ export function initManagementSection( defaultMessage: 'Machine Learning', }), order: 100, - icon: 'machineLearningApp', + icon: PLUGIN_ICON, }); mlSection.registerApp({