Skip to content

Commit

Permalink
[APM] Remove empty state description
Browse files Browse the repository at this point in the history
Not needed as we have a description by the main title
  • Loading branch information
formgeist committed Mar 16, 2021
1 parent 5c1f5bf commit 5ba9113
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ export function AgentConfigurationList({ status, data, refetch }: Props) {
)}
</h2>
}
body={
<p>
{i18n.translate('xpack.apm.agentConfig.configTable.emptyPromptText', {
defaultMessage:
"Let's change that! You can fine-tune agent configuration directly from Kibana without having to redeploy. Get started by creating your first configuration.",
})}
</p>
}
actions={
<EuiToolTip
content={
Expand Down

0 comments on commit 5ba9113

Please sign in to comment.