Skip to content

fix(ui): remove text and token field on edit page, remove verify_token from the request

Lasha Kakabadze requested to merge remove-token-field-and-text-on-edit-page into master

Description

  • we also need to remove this when editing (preserving it only for "add" form): Database Lab provisioning is currently semi-automated. First, you need to prepare a Database Lab instance on a separate machine. Once the instance is ready, register it here.

  • it would be good to get rid of the field and button completely - we don't need to pass it to the function; if we don't pass it, old value won't disappear

Related issue

Examples

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

Merge request reports