mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
refactor: moving code around a bit, refactoring PR #12796
This commit is contained in:
@@ -38,9 +38,10 @@ export class LoadDashboardCtrl {
|
||||
}
|
||||
}
|
||||
|
||||
if ($routeParams.keepRows) {
|
||||
result.meta.keepRows = true;
|
||||
if ($routeParams.autofitpanels) {
|
||||
result.meta.autofitpanels = true;
|
||||
}
|
||||
|
||||
$scope.initDashboard(result, $scope);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user