-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reorder switch #55
Reorder switch #55
Conversation
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.
This looks good, had a couple of comments. I also noticed there are quite a few warnings in the console for the front end, can you address those?
I took care of most of the warnings. However I could not get rid of the key warning for Infinite Scroll. But after digging a bit on Google, it looks like it's a pending issue : oVirt/ovirt-web-ui#562 |
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.
Looks good to go, nice work!
Hi, I'm struggling with the styling so I am just creating a PR for the functionality just so it's implemented. I'll handle the styling in another branch/PR