update Logs/Metrics add data icons for consistency (#87193)

This commit is contained in:
Henry Harding 2021-01-04 15:12:10 -05:00 committed by GitHub
parent 0f04a8ee60
commit 7dc7ac5303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export const LogsPageContent: React.FunctionComponent = () => {
)}
size="s"
color="primary"
iconType="plusInCircle"
iconType="indexOpen"
>
{ADD_DATA_LABEL}
</EuiButtonEmpty>

View file

@ -92,7 +92,7 @@ export const InfrastructurePage = ({ match }: RouteComponentProps) => {
)}
size="s"
color="primary"
iconType="plusInCircle"
iconType="indexOpen"
>
{ADD_DATA_LABEL}
</EuiButtonEmpty>