-
Notifications
You must be signed in to change notification settings - Fork 69
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
Show correct icons for new rendering skus #505
Conversation
@@ -14,10 +14,12 @@ const iconMapping = { | |||
"SLES": Icons.openSUSE, | |||
"SLES-HPC": Icons.openSUSE, | |||
"standard-data-science-vm": Icons.windows, | |||
"rendering-windows2016": Icons.windows, |
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.
I know this is not part of this pull request but I would move the rendering images to another tab so we have VMs, Data science Vms, and rendering vms
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.
Good point about that. I kind of missed the way these VM's were displayed and have only now seen the Data Science VM's tab. Makes perfect sense to have them in another tab. Will do that in this PR.
Fix: #504