Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/presenters/ml/candidate_details_presenter.rb')
-rw-r--r--app/presenters/ml/candidate_details_presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/ml/candidate_details_presenter.rb b/app/presenters/ml/candidate_details_presenter.rb
index 29d4617903f..057d3bd19d9 100644
--- a/app/presenters/ml/candidate_details_presenter.rb
+++ b/app/presenters/ml/candidate_details_presenter.rb
@@ -23,7 +23,7 @@ module Ml
ci_job: job_info
},
params: candidate.params,
- metrics: candidate.latest_metrics,
+ metrics: candidate.metrics,
metadata: candidate.metadata
}
}