Skip to content

Commit 68c844e

Browse files
[ML] Adding missing index pattern name to new job wizards (#72400) (#72422)
1 parent 3b5d11a commit 68c844e

File tree

1 file changed

+6
-0
lines changed
  • x-pack/plugins/ml/public/application/jobs/new_job/pages/new_job

1 file changed

+6
-0
lines changed

x-pack/plugins/ml/public/application/jobs/new_job/pages/new_job/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ export const Page: FC<PageProps> = ({ existingJobsAndGroups, jobType }) => {
210210
: {jobCreatorTitle}
211211
</h1>
212212
</EuiTitle>
213+
214+
<FormattedMessage
215+
id="xpack.ml.newJob.page.createJob.indexPatternTitle"
216+
defaultMessage="Using index pattern {index}"
217+
values={{ index: jobCreator.indexPatternTitle }}
218+
/>
213219
</EuiPageContentHeaderSection>
214220
</EuiPageContentHeader>
215221

0 commit comments

Comments
 (0)