adasd
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user