mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update create meta engine button to match create engine (#96884)
This commit is contained in:
parent
39f87f4560
commit
f4bc0d61a1
1 changed files with 3 additions and 2 deletions
|
@ -134,8 +134,9 @@ export const EnginesOverview: React.FC = () => {
|
|||
<EuiPageContentHeaderSection>
|
||||
{canManageEngines && (
|
||||
<EuiButtonTo
|
||||
color="primary"
|
||||
fill
|
||||
color="secondary"
|
||||
size="s"
|
||||
iconType="plusInCircle"
|
||||
data-test-subj="appSearchEnginesMetaEngineCreationButton"
|
||||
to={META_ENGINE_CREATION_PATH}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue