mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution][Notes] - add new notes icon for manage page (#194752)
This commit is contained in:
parent
3dbb7da016
commit
c3364db26c
2 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
import { ExternalPageName, SecurityPageName } from '@kbn/security-solution-navigation';
|
||||
import IconFilebeatChart from './icons/filebeat_chart';
|
||||
import { INVESTIGATIONS_PATH } from '../../../../../common/constants';
|
||||
import { SERVER_APP_ID } from '../../../../../common';
|
||||
import type { LinkItem } from '../../../../common/links/types';
|
||||
|
@ -49,7 +48,7 @@ export const updateInvestigationsLinkFromNotes = (
|
|||
currentLinks.push({
|
||||
...noteLink,
|
||||
description: i18n.NOTE_DESCRIPTION,
|
||||
landingIcon: IconFilebeatChart,
|
||||
landingIcon: 'filebeatApp',
|
||||
});
|
||||
return {
|
||||
...investigationsLink,
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
import type { CoreStart } from '@kbn/core/public';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
import IconFilebeatChart from '../app/solution_navigation/links/sections/icons/filebeat_chart';
|
||||
import { checkArtifactHasData } from './services/exceptions_list/check_artifact_has_data';
|
||||
import {
|
||||
calculateEndpointAuthz,
|
||||
|
@ -231,7 +230,7 @@ export const links: LinkItem = {
|
|||
defaultMessage:
|
||||
'Oversee, revise and revisit the annotations within each document and timeline.',
|
||||
}),
|
||||
landingIcon: IconFilebeatChart,
|
||||
landingIcon: 'filebeatApp',
|
||||
path: NOTES_PATH,
|
||||
skipUrlState: true,
|
||||
hideTimeline: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue