Skip to content

fix(ui): project label enhancements, redirect on editing project

Lasha Kakabadze requested to merge project-label-enhancements into master

Description

Edit form

  • once pressed, "Save" becomes inactive and waits for response from server
  • if response is successful, redirect to the list of projects, so result can be observed

Instance page

  • instead of ..Instance #(id) let's have ..Instance #(id) (demo-project) – both in breadcrumbs and in the title itself.

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