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.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/ml/experiments/show.html.haml b/app/views/projects/ml/experiments/show.html.haml
index 143981eebe6..4433d1fafe9 100644
--- a/app/views/projects/ml/experiments/show.html.haml
+++ b/app/views/projects/ml/experiments/show.html.haml
@@ -4,6 +4,7 @@
- items = candidates_table_items(@candidates)
- metrics = unique_logged_names(@candidates, &:latest_metrics)
- params = unique_logged_names(@candidates, &:params)
+- page_info = formatted_page_info(@page_info)
.page-title-holder.d-flex.align-items-center
%h1.page-title.gl-font-size-h-display= @experiment.name
@@ -12,5 +13,5 @@
candidates: items,
metrics: metrics,
params: params,
- pagination: @pagination.to_json
+ page_info: page_info
} }