Skip to content

Commit

Permalink
[ML] Change icons for view-series and SMV-button to visLine.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 19, 2020
1 parent f440ff5 commit a54d94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class LinksMenuUI extends Component {
items.push(
<EuiContextMenuItem
key="view_series"
icon="stats"
icon="visLine"
onClick={() => {
this.closePopover();
this.viewSeries();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const AnomalyResultsViewSelector: FC<Props> = ({ viewId }) => {
label: i18n.translate('xpack.ml.anomalyResultsViewSelector.singleMetricViewerLabel', {
defaultMessage: 'View results in the Single Metric Viewer',
}),
iconType: 'stats',
iconType: 'visLine',
value: 'timeseriesexplorer',
'data-test-subj': 'mlAnomalyResultsViewSelectorSingleMetricViewer',
},
Expand Down

0 comments on commit a54d94f

Please sign in to comment.