-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Adjust add integration flow #101714
Merged
jloleysens
merged 23 commits into
elastic:master
from
jloleysens:fleet/adjust-add-integrations-redirect
Jun 15, 2021
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8f98077
Initial commit, very WIP
jloleysens e366d00
Merge branch 'master' into fleet/adjust-add-integrations-redirect
kibanamachine 7802361
Merge branch 'master' into fleet/adjust-add-integrations-redirect
kibanamachine 03fe7b1
remove unnecessary agent policy clear function
jloleysens af3172d
added # to path so that navigation is correctly handled
jloleysens 8edb789
added logic to read the forward agent policy id
jloleysens e1708bf
remove inline select integration package from fleet add integration
jloleysens 3a05899
updated toast notification
jloleysens 96e51d9
Merge branch 'master' of github.com:elastic/kibana into fleet/adjust-…
jloleysens bc88a5f
using query parameter to pass policy id back to create policy package…
jloleysens b08fdd9
removed policyId from route path
jloleysens 67edafe
fix type issue
jloleysens bdbce4d
updated the select agent field layout per the designs
jloleysens 1c22dfd
simpified item rendering in combobox and fixed combobox z-index issue
jloleysens 7021bfb
added comment
jloleysens 6e64190
fix types and i18n
jloleysens 91878bd
updated icon and removed unused i18n
jloleysens 114444e
Merge branch 'master' into fleet/adjust-add-integrations-redirect
kibanamachine 546a0fa
refactor to using styled components for cusomt z-index styling
jloleysens 5001d92
attempt to fix integration test
jloleysens 5d49fd4
added scroll functionality for dealing with fixed footers that might …
jloleysens e6cf34f
fix scroll direction!
jloleysens 28f1f2a
attempting another scroll algorithm
jloleysens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we use
styled
instead of this inline style?