[ML] Adding missing index pattern name to new job wizards (#72400)

This commit is contained in:
James Gowdy 2020-07-20 13:47:18 +01:00 committed by GitHub
parent b1edce8050
commit 9504c9453b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,6 +210,12 @@ export const Page: FC<PageProps> = ({ existingJobsAndGroups, jobType }) => {
: {jobCreatorTitle}
</h1>
</EuiTitle>
<FormattedMessage
id="xpack.ml.newJob.page.createJob.indexPatternTitle"
defaultMessage="Using index pattern {index}"
values={{ index: jobCreator.indexPatternTitle }}
/>
</EuiPageContentHeaderSection>
</EuiPageContentHeader>