-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 radio buttons in instance migration pop-up #8836
Fix radio buttons in instance migration pop-up #8836
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8836 +/- ##
============================================
+ Coverage 30.93% 31.12% +0.18%
- Complexity 33753 34001 +248
============================================
Files 5404 5404
Lines 380309 380309
Branches 55507 55507
============================================
+ Hits 117658 118370 +712
+ Misses 247041 246255 -786
- Partials 15610 15684 +74
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@sureshanaparti a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
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.
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.
Description
When an operator selects the migration mode in the instance migration pop-up, the corresponding radio button does not get checked. This PR fixes this issue.
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
Before the changes
After applying these changes
How Has This Been Tested?