mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Use url params for explore state
- putting state in the path components led to 400 on reload - use `/explore?state=JSON` instead
This commit is contained in:
@@ -112,7 +112,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
controller: 'FolderDashboardsCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
})
|
||||
.when('/explore/:initial?', {
|
||||
.when('/explore', {
|
||||
template: '<react-container />',
|
||||
resolve: {
|
||||
roles: () => ['Editor', 'Admin'],
|
||||
|
||||
Reference in New Issue
Block a user