Skip to content

feat(ui): Add select input on configuration page for SE (database-lab#463)

Lasha Kakabadze requested to merge 463-configuration-select-for-se into master

Description

  • Add select input for SE on configuration page
  • Choose latest image version by default
  • Add text for contact information under the input

Related issue

https://gitlab.com/postgres-ai/database-lab/-/issues/463

Examples

Following is the example for the new select components on the configuration page. First select is responsible for the dockerImage with either official or custom options, while the second one displays major versions for that particular dockerImage.

image

If the user chooses a custom image, a textfield will appear instead of a select component for the second field.

image

By default, a latest version will be chosen if the user switches to a different official dockerImage.

image

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #463

Edited by Lasha Kakabadze

Merge request reports