Skip to content
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

Move alerts inside PageNav #1040

Merged
merged 10 commits into from
Jan 6, 2023
Merged

Move alerts inside PageNav #1040

merged 10 commits into from
Jan 6, 2023

Conversation

teodosii
Copy link
Member

@teodosii teodosii commented Dec 22, 2022

What this PR does

Fix for #904 - TopNav: Move Alerts inside PluginPage
Fix for #908 - Horizontal menu scrolling fix for tabs

There's also a few styling tweaks to be more in match with Grafana core styles.

@teodosii teodosii requested a review from a team December 22, 2022 16:41
@teodosii teodosii force-pushed the rares/navbar-fix-alerts branch from 8cf6582 to 0fbfcb0 Compare December 22, 2022 16:52

return (
<RealPluginPage {...props}>
{/* Render alerts at the top */}
{props.renderAlertsFn && props.renderAlertsFn()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move logic to within upcoming PR's

@teodosii teodosii merged commit d8dcb67 into dev Jan 6, 2023
@teodosii teodosii deleted the rares/navbar-fix-alerts branch January 6, 2023 13:36
brojd pushed a commit that referenced this pull request Sep 18, 2024
# What this PR does

Fix for #904 - TopNav: Move Alerts inside PluginPage
Fix for #908 - Horizontal menu scrolling fix for tabs

There's also a few styling tweaks to be more in match with Grafana core
styles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants