-
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
Migrate Management views to Kibana Platform plugin #53880
Changes from all commits
e7fbde5
74af29e
0a2e2d2
c352d13
093b223
e783bb2
e9cb504
28aff3b
c4cba87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ $secFormWidth: 460px; | |
// Public views | ||
@import './views/index'; | ||
|
||
// Styles of Kibana Platform plugin | ||
@import '../../../../plugins/security/public/index'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: looks like it's the only way to import style from platform plugin right now. |
||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
note: discussed with @rudolf that's no longer necessary since BWC is maintained within HttpFetchError itself now.