-
Notifications
You must be signed in to change notification settings - Fork 47
Filters: Add per-panel non-applicable pills #1278
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
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM, please consider my feedback in grafana/grafana#112507
/** | ||
* Allows adding elements to the subheader of the panel. | ||
*/ | ||
subHeaderContent?: React.ReactNode | SceneObject | SceneObject[]; |
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
subHeaderContent?: React.ReactNode | SceneObject | SceneObject[]; | |
subHeader?: React.ReactNode | SceneObject | SceneObject[]; |
Thank you @dprokop! I'll tackle the core PR and update based on review, thank you for your feedback! |
Extends the vizPanel with a subHeader row in which various elements can be shown. This is in preparation to showing non applicable filter pills in there. Depends on PanelChrome to render the subHeader
📦 Published PR as canary version:
6.40.0--canary.1278.18560955561.0
✨ Test out this PR locally via: