-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: Change dropdown in Alert/Report modal to use javascript for conditional rendering instead of css #22360
fix: Change dropdown in Alert/Report modal to use javascript for conditional rendering instead of css #22360
Conversation
…ssage content section
/testenv up FEATURE_ALERT_REPORTS=true |
@lyndsiWilliams Ephemeral environment spinning up at http://54.202.30.24:8080. Credentials are |
@jinghua-qa Could you do some QA testing on this to make sure everything looks right? |
Codecov Report
@@ Coverage Diff @@
## master #22360 +/- ##
==========================================
+ Coverage 66.86% 66.88% +0.02%
==========================================
Files 1846 1847 +1
Lines 70510 70604 +94
Branches 7723 7755 +32
==========================================
+ Hits 47144 47225 +81
- Misses 21364 21372 +8
- Partials 2002 2007 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
LGTM! |
Ephemeral environment shutdown and build artifacts deleted. |
…itional rendering instead of css (apache#22360) (cherry picked from commit 49f1cfc)
SUMMARY
This PR fixes an issue where the alert/report modal was rendering both the dashboard and chart dropdowns in the Message Content section. I fixed this by changing the dropdown conditional to use javascript instead of css.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
AFTER:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION