Skip to content

Commit

Permalink
overview page - update empty prompt button (#48530) (#48564)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 authored Oct 17, 2019
1 parent b0a0da7 commit 7f99851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export const AnalyticsPanel: FC = () => {
</Fragment>
}
actions={
<EuiButton href="#/data_frame_analytics?" color="primary" fill>
<EuiButton href="#/data_frame_analytics?" color="primary" fill iconType="plusInCircle">
{i18n.translate('xpack.ml.overview.analyticsList.createJobButtonText', {
defaultMessage: 'Create job.',
defaultMessage: 'Create job',
})}
</EuiButton>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ export const AnomalyDetectionPanel: FC = () => {
</Fragment>
}
actions={
<EuiButton color="primary" href={createJobLink} fill>
<EuiButton color="primary" href={createJobLink} fill iconType="plusInCircle">
{i18n.translate('xpack.ml.overview.anomalyDetection.createJobButtonText', {
defaultMessage: 'Create job.',
defaultMessage: 'Create job',
})}
</EuiButton>
}
Expand Down

0 comments on commit 7f99851

Please sign in to comment.