mxschmitt / ui-driver-hetzner

Rancher UI driver for the Hetzner Cloud docker driver.
https://mxschmitt.github.io/ui-driver-hetzner
Apache License 2.0
254 stars 50 forks source link

Added handling for image name only and placement group id values #139

Closed mwoelk closed 1 year ago

mwoelk commented 1 year ago

This PR enables the image and placement group select fields in the UI to show the correct selection if a node template was not created via UI and only an image name or placement group id was defined.

This is especially the case for node templates that have been deployed using the rancher2 terraform provider.

Related: https://github.com/rancher/terraform-provider-rancher2/pull/1162