Adds empty state to model registry pages
What does this MR do and why?
Adds empty state to model registry pages
Adds empty state to models index and model details pages, linking to the docs.
Screenshots or screen recordings
Page | Before | After |
---|---|---|
Model index | ||
Model detail |
How to set up and validate locally
-
Enable the feature flag
Feature.enable(:model_registry) Ml::FindOrCreateModelService.new(p, "model_1").execute
-
Navigate to
<gdk>/<project>/-/ml/models
. The empty state should be displayed, and clicking on the action button should navigate to the docs -
Create a model
p = Project.find_by(id: <your project id>)
-
Navigate to
<gdk>/<project>/-/ml/models
and select the model. The new empty state should display
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Eduardo Bonet