Add back install button for integrations that aren't installed yet (#100370) (#100400)

Co-authored-by: Jen Huang <its.jenetic@gmail.com>
This commit is contained in:
Kibana Machine 2021-05-20 11:01:57 -04:00 committed by GitHub
parent ac09981bb6
commit 3e2b1fb9ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,6 +171,16 @@ export const SettingsPage: React.FC<Props> = memo(({ packageInfo }: Props) => {
}}
/>
</p>
<EuiFlexGroup>
<EuiFlexItem grow={false}>
<p>
<InstallationButton
{...packageInfo}
disabled={!packagePoliciesData || packageHasUsages}
/>
</p>
</EuiFlexItem>
</EuiFlexGroup>
</div>
) : (
removable && (