Skip to content

Commit

Permalink
[ML] change "View" icon and label
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 1, 2020
1 parent c0759c3 commit 92b9cb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ export const ModelsList: FC = () => {
const actions: Array<Action<ModelItem>> = [
{
name: i18n.translate('xpack.ml.inference.modelsList.viewTrainingDataActionLabel', {
defaultMessage: 'View training data',
defaultMessage: 'View',
}),
description: i18n.translate('xpack.ml.inference.modelsList.viewTrainingDataActionLabel', {
defaultMessage: 'View training data',
defaultMessage: 'View',
}),
icon: 'list',
icon: 'visTable',
type: 'icon',
available: (item) => item.metadata?.analytics_config?.id,
onClick: async (item) => {
Expand Down

0 comments on commit 92b9cb7

Please sign in to comment.