[Fleet] Add Integration Policy Page Improvements#114556
Merged
hop-dev merged 12 commits intoelastic:masterfrom Oct 13, 2021
Merged
[Fleet] Add Integration Policy Page Improvements#114556hop-dev merged 12 commits intoelastic:masterfrom
hop-dev merged 12 commits intoelastic:masterfrom
Conversation
hop-dev
commented
Oct 11, 2021
x-pack/plugins/fleet/public/components/add_agent_help_popover.tsx
Outdated
Show resolved
Hide resolved
07734a5 to
f75d850
Compare
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
nchaulet
reviewed
Oct 12, 2021
x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/details_page/index.tsx
Outdated
Show resolved
Hide resolved
criamico
reviewed
Oct 12, 2021
x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/details_page/index.tsx
Outdated
Show resolved
Hide resolved
snide
reviewed
Oct 12, 2021
x-pack/plugins/fleet/public/components/add_agent_help_popover.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/details_page/index.tsx
Outdated
Show resolved
Hide resolved
Contributor
snide
reviewed
Oct 12, 2021
x-pack/plugins/fleet/public/components/add_agent_help_popover.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Dave Snider <dave.snider@gmail.com>
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @hop-dev |
nchaulet
approved these changes
Oct 12, 2021
Member
nchaulet
left a comment
There was a problem hiding this comment.
Tested locally and looks good to me 🚀
snide
approved these changes
Oct 13, 2021
Contributor
snide
left a comment
There was a problem hiding this comment.
My comments were all resolved. LGTM.
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 13, 2021
* Show add agent link instead of 0 agents * Add popover * open and close popover * fill button * add popover to agent cell * PR feedback * only add offset to props if it's provided * make code clearer * Update x-pack/plugins/fleet/public/components/add_agent_help_popover.tsx Co-authored-by: Dave Snider <dave.snider@gmail.com> * remove unused import * whitespace Co-authored-by: Dave Snider <dave.snider@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Contributor
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
kibanamachine
added a commit
that referenced
this pull request
Oct 13, 2021
* Show add agent link instead of 0 agents * Add popover * open and close popover * fill button * add popover to agent cell * PR feedback * only add offset to props if it's provided * make code clearer * Update x-pack/plugins/fleet/public/components/add_agent_help_popover.tsx Co-authored-by: Dave Snider <dave.snider@gmail.com> * remove unused import * whitespace Co-authored-by: Dave Snider <dave.snider@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Mark Hopkin <mark.hopkin@elastic.co> Co-authored-by: Dave Snider <dave.snider@gmail.com>
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Oct 13, 2021
…ide-users-to-saving-ux * 'master' of github.com:elastic/kibana: (133 commits) [DOCS] Indicate reports are a subscription feature (elastic#114653) Update namespace for indices (elastic#114612) [DOCS] Adds Logstash pipeline settings (elastic#114648) Bump EPR snapshot version used for tests (elastic#114529) [Security Solution] [Endpoint] Fleet summary card adjustments (elastic#114291) skip flaky suite (elastic#68400) [Visualizations] fix usage of optional dependencies (elastic#114286) [Security Solution] [Detections] Improves custom query rule upgrade test (elastic#114454) [fleet] Add Integration Preference selector (elastic#114432) [Reporting] Add new `data-render-error` attribute (elastic#114472) Replace EuiCodeEditor with CodeEditor in app-services code (elastic#114316) [data views] add getDefaultDataView method (elastic#113891) [Security Solution] [Endpoint] Event filters uses the new card design (elastic#114126) [fleet] Tweak Header UI (elastic#114704) [APM] Filter on tx metrics for instance stats (elastic#114758) [APM] Fix typo in linting docs (elastic#114764) [Discover] Removing SavedObject usage for savedSearch (elastic#112983) [Fleet] Add Integration Policy Page Improvements (elastic#114556) [Lens] Keep the custom label when transitioning to/from Formula (elastic#114270) [Security Solution][Endpoint] Host Isolation API changes (elastic#113621) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I am breaking #112626 into smaller PRs to make it more reviewable.
This PR has the following changes:
Policy Page
showAddAgentHelp=truequery param to control popover visibility (this will be used in a later PR)Figma designs https://www.figma.com/file/RVYNk5W3gyJdWOGDj8ixPH/Fleet?node-id=1486%3A279812
Package policies page
showAddAgentHelpForPolicyId=1234query param to show help popover for a given policyFigma designs: https://www.figma.com/file/RVYNk5W3gyJdWOGDj8ixPH/Fleet?node-id=1546%3A291020
Checklist
Delete any items that are not applicable to this PR.