Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Amends the ML app description on the management page #166843

Merged
merged 32 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
473479b
[ML] Amends the ML app description on the management page.
szabosteve Sep 20, 2023
62e847c
Merge branch 'main' into amend.ml.overview
szabosteve Sep 20, 2023
9bd5385
[ML] Amends ML job list text.
szabosteve Sep 20, 2023
3591637
Merge branch 'main' into amend.ml.overview
szabosteve Sep 20, 2023
29f888d
Merge branch 'main' into amend.ml.overview
szabosteve Sep 20, 2023
d1bc762
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
de32c8e
[ML] Amends ML intro text.
szabosteve Sep 21, 2023
001c802
Merge branch 'amend.ml.overview' of github.com:szabosteve/kibana into…
szabosteve Sep 21, 2023
36e181a
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
c284f2b
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
32b85b6
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
454b3a0
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
cee1f25
Apply suggestions from code review
szabosteve Sep 21, 2023
a054f77
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
f733542
Merge branch 'main' into amend.ml.overview
szabosteve Sep 21, 2023
ab21b4d
Merge branch 'main' into amend.ml.overview
szabosteve Sep 26, 2023
2f96c90
Update packages/kbn-management/cards_navigation/src/consts.tsx
szabosteve Sep 26, 2023
fc79432
Update x-pack/plugins/ml/public/application/management/jobs_list/comp…
szabosteve Sep 26, 2023
576812e
Merge branch 'main' into amend.ml.overview
szabosteve Sep 26, 2023
d4f0864
Merge branch 'main' into amend.ml.overview
szabosteve Sep 26, 2023
01a61b4
Merge branch 'main' into amend.ml.overview
szabosteve Sep 26, 2023
af0e225
Merge branch 'main' into amend.ml.overview
szabosteve Sep 27, 2023
4dbca39
Merge branch 'main' into amend.ml.overview
szabosteve Sep 27, 2023
8808e65
Merge branch 'main' into amend.ml.overview
szabosteve Sep 28, 2023
dc77571
Update packages/kbn-management/cards_navigation/src/consts.tsx
szabosteve Sep 28, 2023
ed62e17
Update x-pack/plugins/ml/public/application/management/jobs_list/comp…
szabosteve Sep 28, 2023
14c299e
Merge branch 'main' into amend.ml.overview
szabosteve Sep 28, 2023
0d124fb
Merge branch 'main' into amend.ml.overview
szabosteve Sep 29, 2023
0324483
Merge branch 'main' into amend.ml.overview
szabosteve Sep 29, 2023
a456418
Merge branch 'main' into amend.ml.overview
szabosteve Oct 2, 2023
bdafdec
Merge branch 'main' into amend.ml.overview
szabosteve Oct 2, 2023
c6aa257
Merge branch 'main' into amend.ml.overview
szabosteve Oct 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/kbn-management/cards_navigation/src/consts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const appDefinitions: Record<AppId, AppDefinition> = {
category: appCategories.DATA,
description: i18n.translate('management.landing.withCardNavigation.mlDescription', {
defaultMessage:
'View, export, and import machine learning analytics and anomaly detection items.',
'Identify, analyze, and process your data using advanced analysis techniques.',
}),
icon: <EuiIcon size="l" type="indexMapping" />,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const JobsListPage: FC<Props> = ({
description={
<FormattedMessage
id="xpack.ml.management.jobsList.jobsListTagline"
defaultMessage="View, export, and import machine learning analytics and anomaly detection items."
defaultMessage="Identify, analyze, and process areas of interest in your data using advanced analysis techniques."
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
/>
}
rightSideItems={[<DocsLink currentTabId={currentTabId} />]}
Expand Down