Shows header of MlExpeirmentIndex on empty state
What does this MR do and why?
When the project had no experiments, we were just displaying the empty state, which hid the experiment tag.
Screenshots or screen recordings
header | After |
---|---|
How to set up and validate locally
-
Enable the feature flag
echo "Feature.enable(:ml_experiment_tracking)" | bundle exec rails c
-
Open any project with experiments, and navigate to
/-/ml/experiments
orPackage & registries > Model experiments
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.