Skip to content

Commit

Permalink
Merge pull request elastic#43 from Elastic-AWP-Platform/merging-with-…
Browse files Browse the repository at this point in the history
…upstream
  • Loading branch information
opauloh authored Jan 28, 2022
2 parents 4aa15f3 + 27b22b2 commit dd77bcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ export const NAVIGATION_ALERTS_TITLE = i18n.translate(
}
);

export const NAVIGATION_HOST_RISK_TITLE = i18n.translate(
'xpack.securitySolution.hosts.navigation.hostRisk',
{
defaultMessage: 'Host risk',
}
);

export const NAVIGATION_SESSIONS_TITLE = i18n.translate(
'xpack.securitySolution.hosts.navigation.sessionsTitle',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const initialHostsState: HostsState = {
},
[HostsTableType.risk]: null,
[HostsTableType.sessions]: null,
[HostsTableType.risk]: null,
},
},
details: {
Expand Down Expand Up @@ -82,6 +83,7 @@ export const initialHostsState: HostsState = {
},
[HostsTableType.risk]: null,
[HostsTableType.sessions]: null,
[HostsTableType.risk]: null,
},
},
};
Expand Down

0 comments on commit dd77bcd

Please sign in to comment.