mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Cloud Security] add a tooltip for CIS logo (#170880)
## Summary Part of: - https://github.com/elastic/security-team/issues/7994
This commit is contained in:
parent
877cc130e3
commit
629ee090c3
1 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,7 @@ import {
|
|||
EuiIcon,
|
||||
EuiPagination,
|
||||
EuiFlyoutFooter,
|
||||
EuiToolTip,
|
||||
} from '@elastic/eui';
|
||||
import { assertNever } from '@kbn/std';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
@ -98,7 +99,9 @@ export const CisKubernetesIcons = ({
|
|||
}) => (
|
||||
<EuiFlexGroup gutterSize="s" alignItems="center">
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiIcon type={cisLogoIcon} size="xxl" />
|
||||
<EuiToolTip content="Center for Internet Security">
|
||||
<EuiIcon type={cisLogoIcon} size="xxl" />
|
||||
</EuiToolTip>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<CISBenchmarkIcon type={benchmarkId} name={benchmarkName} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue