front-end Model Registry: Allow editing descriptions
What does this MR do and why?
This merge request updates the Vue components used in the Machine Learning Model Registry application.
It introduces a new component, ModelEdit
, which allows users to edit the name and description of a model.
It also updates the ModelVersionCreate
component to use a primary button with a confirmation style.
Additionally, it updates the ShowMlModel
component to use the new ModelEdit
component.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
n/a |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Open GDK: http://127.0.0.1:3000/flightjs/Flight/-/ml/models
- Create model if one doesn't exist, give it a model name and optionally a description, click
Create
- Click
Edit model
change the description and clickEdit
- See if the description has changed
Related to #475035 (closed)