mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Small adjustments in policy page (#114957)
This commit is contained in:
parent
864e6f1a74
commit
55a444b17a
2 changed files with 8 additions and 2 deletions
|
@ -249,7 +249,7 @@ export const PolicyTrustedAppsFlyout = React.memo(() => {
|
|||
>
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.endpoint.policy.trustedApps.layout.flyout.confirm"
|
||||
defaultMessage="Assing to {policyName}"
|
||||
defaultMessage="Assign to {policyName}"
|
||||
values={{
|
||||
policyName,
|
||||
}}
|
||||
|
|
|
@ -54,7 +54,7 @@ const RootWrapper = styled.div`
|
|||
|
||||
const BACK_TO_TRUSTED_APPS_LABEL = i18n.translate(
|
||||
'xpack.securitySolution.trustedapps.grid.policyDetailsLinkBackLabel',
|
||||
{ defaultMessage: 'Back to trusted Applications' }
|
||||
{ defaultMessage: 'Back to trusted applications' }
|
||||
);
|
||||
|
||||
const EDIT_TRUSTED_APP_ACTION_LABEL = i18n.translate(
|
||||
|
@ -120,6 +120,12 @@ export const TrustedAppsGrid = memo(() => {
|
|||
],
|
||||
href: getAppUrl({ path: currentPagePath }),
|
||||
},
|
||||
onCancelNavigateTo: [
|
||||
APP_ID,
|
||||
{
|
||||
path: currentPagePath,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
policyToNavOptionsMap[policyId] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue