rancher / capi-ui-extension

Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Apache License 2.0
8 stars 7 forks source link

Add placeholder text to URL field while creating custom provider #48

Closed cpinjani closed 2 months ago

cpinjani commented 2 months ago

Setup Rancher version: v2.8-head Rancher Turtles: v0.6.0 Rancher UI Extensions: CAPI UI Extension v0.4.0 Browser type & version: Chrome Latest

To Reproduce

Expected Result url should be in the form: https://github.com/{owner}/{Repository}/releases/{latest|version-tag}/{componentsClient.yaml} Placeholder text can be added for the same.

Screenshots image

eva-vashkevich commented 2 months ago

Hi @cpinjani https://github.com/{owner}/{Repository}/releases/{latest|version-tag}/{componentsClient.yaml} is long and pretty hard to read, would https://github.com/example/releases/latest/client.yaml be okay? Thank you

cpinjani commented 2 months ago

https://github.com/example/releases/latest/componentsClient.yaml should be fine IMO

cpinjani commented 2 months ago

Validated as fixed on UI extension v0.5.0-rc1