opendatahub-io-contrib / jupyterhub-singleuser-profiles

MIT License
11 stars 24 forks source link

Fix to ensure there is an initial image selection #177

Closed jeff-phillips-18 closed 3 years ago

jeff-phillips-18 commented 3 years ago

Fixes: Jira: https://issues.redhat.com/browse/RHODS-1645 Jira: https://issues.redhat.com/browse/RHODS-1644

Analysis / Root cause: There is the potential that there is no previously selected image tag, no default image tag, and no recommended image tag. In this case, there is no initially selected image tag in the UI.

Solution Description: If there is no previously selected image tag, no default image tag and no recommended image tag, select the first valid image tag as the default.

Also fix typos in the warning message when image builds are in progress.