-
Notifications
You must be signed in to change notification settings - Fork 72
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
Migrate VM List screen to PF4 #1543
Conversation
All tests passed |
All tests passed |
All tests passed |
All tests passed |
Some tests failed |
All tests passed |
All tests passed |
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.
At first the >4 cards in a row on larger widths was annoying, but it is growing on me. The spacing between the name/status and action button should match the space between the icon and the name/status. It looks a bit bigger. (My guess is .vm-status
style doesn't need a min-height
).
Your VmActions
changes are ok with me, I just didn't look very hard. The original code was a bit of a mess. Yours looks to work well, so I'm just giving that bit a quick skim. VmDetailsActions
and VmDropdownActions
structure is 👍.
VM List filter toolbar is looking 👍!
Minimal tweaks suggested.
All tests passed |
L&F issues noted (I'll resolve code comments containing them):
These looks ok in #1594:
|
Includes: 1. toolbars 2. tooltips 3. spinner 4. masthead icons Fixes: 1. use translation independent filters 2. allow filter multiselection
All tests passed |
/ost |
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
OST fail:
|
/ost |
All tests passed |
/ost |
1 similar comment
/ost |
Integration tests (OST) expect VM count under specific xpath: '//div[@Class='col-sm-12']/h5' Preserve this path: 1. keep the class 'col-sm-12' as marker class 2. keep the structure: <div> followed by <h5>
Forced pushed with minor changes:
|
All tests passed |
/ost |
Most recent OST fail:
|
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 ** pending merge - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 ** pending merge - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 - oVirt#1592
Depends on #1540
Includes:
Fixes: