diff --git a/modules/mining-checker/src/Api/Router.php b/modules/mining-checker/src/Api/Router.php index 35f9fde..c6b0c22 100644 --- a/modules/mining-checker/src/Api/Router.php +++ b/modules/mining-checker/src/Api/Router.php @@ -1234,7 +1234,7 @@ final class Router return []; } - $rows = in_array($view, ['overview', 'mining'], true) + $rows = in_array($view, ['overview', 'mining', 'measurements'], true) ? $this->repository()->listRecentMeasurements($projectKey, self::BOOTSTRAP_MEASUREMENT_LIMIT) : $this->repository()->listMeasurements($projectKey, self::BOOTSTRAP_MEASUREMENT_LIMIT);