summaryrefslogtreecommitdiff
path: root/app/views/projects/ml/experiments/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/ml/experiments/show.html.haml')
-rw-r--r--app/views/projects/ml/experiments/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/ml/experiments/show.html.haml b/app/views/projects/ml/experiments/show.html.haml
index 4433d1fafe9..52145eb0964 100644
--- a/app/views/projects/ml/experiments/show.html.haml
+++ b/app/views/projects/ml/experiments/show.html.haml
@@ -1,6 +1,8 @@
- add_to_breadcrumbs _("Experiments"), project_ml_experiments_path(@project)
- breadcrumb_title @experiment.name
- page_title @experiment.name
+- add_page_specific_style 'page_bundles/ml_experiment_tracking'
+
- items = candidates_table_items(@candidates)
- metrics = unique_logged_names(@candidates, &:latest_metrics)
- params = unique_logged_names(@candidates, &:params)