Skip to content

Commit

Permalink
using icon constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 13, 2020
1 parent 66f3643 commit 0adf263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/ml/public/application/management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -38,7 +38,7 @@ export function initManagementSection(
defaultMessage: 'Machine Learning',
}),
order: 100,
icon: 'machineLearningApp',
icon: PLUGIN_ICON,
});

mlSection.registerApp({
Expand Down

0 comments on commit 0adf263

Please sign in to comment.