Commit 7e6314dc by Torkel Ödegaard

Merge branch 'master' of github.com:grafana/grafana

parents 10df9dc8 4110c7ff
......@@ -86,8 +86,7 @@ export class SideMenuCtrl {
switchOrg(orgId) {
this.backendSrv.post('/api/user/using/' + orgId).then(() => {
window.location.href = window.location.href;
this.$location.path('/');
window.location.href = `${config.appSubUrl}/`;
});
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment