adasd
All checks were successful
Deploy / deploy-production (push) Has been skipped
Deploy / deploy-staging (push) Successful in 5s

This commit is contained in:
2026-06-02 23:58:12 +02:00
parent 56d85e417b
commit efcaa88b31

View File

@@ -1234,7 +1234,7 @@ final class Router
return []; 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()->listRecentMeasurements($projectKey, self::BOOTSTRAP_MEASUREMENT_LIMIT)
: $this->repository()->listMeasurements($projectKey, self::BOOTSTRAP_MEASUREMENT_LIMIT); : $this->repository()->listMeasurements($projectKey, self::BOOTSTRAP_MEASUREMENT_LIMIT);