Skip to content
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

UI breaks if model_range is missing #73

Open
davidkopp opened this issue Dec 11, 2024 · 0 comments
Open

UI breaks if model_range is missing #73

davidkopp opened this issue Dec 11, 2024 · 0 comments

Comments

@davidkopp
Copy link

davidkopp commented Dec 11, 2024

There are cloud instances that doesn't include the property model_range. If that's the case it leads to the following error:

Uncaught (in promise) TypeError: S[2].verbose['CPU-1'].model_range is undefined

If this error occurs it is not possible to select a different instance type. A refresh of the whole page is required.

Here are some example cloud instance types (aws) that are missing the property model_range:
c7a.large, f1.2xlarge, h1.2xlarge, i3.2xlarge, m1.large, m7a.large, p2xlarge, r4.large, r7a.large, t2.micro

Expected:
It should not be a problem for the UI if this property is missing. The value of model_range should not be considered mandatory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant