From 3a6c3c119e31e6a8c325a4ca6c0b4a97c68211e1 Mon Sep 17 00:00:00 2001 From: Bandini <63824432+bandinib-amzn@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:52:57 -0700 Subject: [PATCH] Change timeline icon (#2162) Issue Resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/2155 Signed-off-by: Bandini Bhopi Signed-off-by: Bandini Bhopi (cherry picked from commit 763b7f0419c704d84838833e9fc926e024a296c6) --- src/plugins/vis_type_timeline/public/timeline_vis_type.tsx | 2 +- .../public/wizard/type_selection/type_selection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/vis_type_timeline/public/timeline_vis_type.tsx b/src/plugins/vis_type_timeline/public/timeline_vis_type.tsx index b182e60a29a6..d3a076add8a5 100644 --- a/src/plugins/vis_type_timeline/public/timeline_vis_type.tsx +++ b/src/plugins/vis_type_timeline/public/timeline_vis_type.tsx @@ -51,7 +51,7 @@ export function getTimelineVisDefinition(dependencies: TimelineVisDependencies) return { name: TIMELINE_VIS_NAME, title: 'Timeline', - icon: 'visTimelion', + icon: 'timeline', description: i18n.translate('timeline.timelineDescription', { defaultMessage: 'Build time-series using functional expressions', }), diff --git a/src/plugins/visualizations/public/wizard/type_selection/type_selection.tsx b/src/plugins/visualizations/public/wizard/type_selection/type_selection.tsx index c5c6546c01c0..6c5449e0e1ac 100644 --- a/src/plugins/visualizations/public/wizard/type_selection/type_selection.tsx +++ b/src/plugins/visualizations/public/wizard/type_selection/type_selection.tsx @@ -275,7 +275,7 @@ class TypeSelection extends React.Component