You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fleet] Default Integration Policy Configuration section is only shown if no UI extension is registered (#84534)
* Do not render out-of-box integration policy configuration step if a custom UI extension is registered
* Remove endpoint specific logic from fleet and move it to UI extension
Copy file name to clipboardexpand all lines: x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/step_configure_package.tsx
+1-8
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ import { Loading } from '../../../components';
Copy file name to clipboardexpand all lines: x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/step_define_package_policy.tsx
Copy file name to clipboardexpand all lines: x-pack/plugins/security_solution/public/management/pages/policy/view/ingest_manager_integration/endpoint_policy_create_extension.tsx
+16-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* you may not use this file except in compliance with the Elastic License.
0 commit comments