You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… details
Summary:
Fixed regression where the `InstanceTypesController.get` method will not return the
`instance_type_details_json` for onprem providers, which will cause the UI to crash.
Test Plan:
Create onprem provider and check if page loads.
Create AWS provider and check if page loads.
sbt "test-only com.yugabyte.yw.models.InstanceTypeTest"
Reviewers: sb-yb, arnav, daniel, spotachev
Reviewed By: spotachev
Subscribers: jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D10391
…nce type details
Summary:
Fixed regression where the `InstanceTypesController.get` method will not return the
`instance_type_details_json` for onprem providers, which will cause the UI to crash.
Test Plan:
Create onprem provider and check if page loads.
Create AWS provider and check if page loads.
sbt "test-only com.yugabyte.yw.models.InstanceTypeTest"
Reviewers: sb-yb, arnav, daniel, spotachev
Reviewed By: spotachev
Subscribers: jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D10391
When accessing the onprem provider page, the UI will crash because the API does not return the instance types required.
The text was updated successfully, but these errors were encountered: