Skip to content

Commit

Permalink
Add kubernetes page image and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizhou Wang committed Jun 3, 2022
1 parent 0e71749 commit 1c94245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion x-pack/plugins/security_solution/public/kubernetes/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/

import { i18n } from '@kbn/i18n';
import { KUBERNETES_PATH, SecurityPageName } from '../../common/constants';
import { KUBERNETES } from '../app/translations';
import { LinkItem } from '../common/links/types';
import kubernetesPageImg from '../common/images/kubernetes_page.png';

export const links: LinkItem = {
id: SecurityPageName.kubernetes,
title: KUBERNETES,
landingImage: kubernetesPageImg,
description: i18n.translate('xpack.securitySolution.appLinks.kubernetesDescription', {
defaultMessage:
'Provides interactive visualizations of your Kubernetes workload and session data.',
}),
path: KUBERNETES_PATH,
globalNavEnabled: true,
globalNavEnabled: false,
experimentalKey: 'kubernetesEnabled',
globalSearchKeywords: ['Kubernetes'],
globalNavOrder: 9005,
Expand Down

0 comments on commit 1c94245

Please sign in to comment.