-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UI: Add VM state to Volume list view #10341
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10341 +/- ##
============================================
+ Coverage 16.02% 16.08% +0.05%
- Complexity 13148 13175 +27
============================================
Files 5658 5659 +1
Lines 496312 496858 +546
Branches 60109 60169 +60
============================================
+ Hits 79538 79922 +384
- Misses 407925 407997 +72
- Partials 8849 8939 +90
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
DaanHoogland
left a comment
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.
not caring about language so much; clgtm and tested in QA (stopped a vm to check the right state)
* Add vm state to volume list view * Change size column order --------- Co-authored-by: Lucas Martins <[email protected]>
Description
This PR adds a new column to the volume list view that shows the state of the VM the volume is attached to.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
In a local environment, I attached a volume to a VM and changed the VM state multiple times. As expected, the current state of the VM was shown in the volume list view.