Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mitodrummer committed Apr 15, 2023
1 parent 7cc316c commit 1cb6979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { DEFAULT_DATE_COLUMN_MIN_WIDTH } from '../../../timelines/components/tim
import {
COLUMN_SESSION_START,
COLUMN_EXECUTABLE,
COLUMN_ENTRY_USER,
COLUMN_ENTRY_USER_ID,
COLUMN_INTERACTIVE,
COLUMN_HOST_NAME,
COLUMN_ENTRY_TYPE,
Expand All @@ -35,7 +35,7 @@ export const sessionsHeaders: ColumnHeaderOptions[] = [
{
columnHeaderType: defaultColumnHeaderType,
id: 'process.entry_leader.user.id',
display: COLUMN_ENTRY_USER,
display: COLUMN_ENTRY_USER_ID,
},
{
columnHeaderType: defaultColumnHeaderType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const COLUMN_EXECUTABLE = i18n.translate(
}
);

export const COLUMN_ENTRY_USER = i18n.translate(
export const COLUMN_ENTRY_USER_ID = i18n.translate(
'xpack.securitySolution.sessionsView.columnEntryUserID',
{
defaultMessage: 'User ID',
Expand Down

0 comments on commit 1cb6979

Please sign in to comment.