Merge pull request #13463 from grafana/davkal/explore-url-state

Explore: Store UI state in URL
This commit is contained in:
David
2018-10-01 10:09:15 +02:00
committed by GitHub
11 changed files with 280 additions and 72 deletions

View File

@@ -116,6 +116,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
})
.when('/explore', {
template: '<react-container />',
reloadOnSearch: false,
resolve: {
roles: () => ['Editor', 'Admin'],
component: () => import(/* webpackChunkName: "explore" */ 'app/features/explore/Wrapper'),