Merge branch 'develop' of github.com:grafana/grafana into develop

This commit is contained in:
Torkel Ödegaard
2017-12-14 12:10:59 +01:00
7 changed files with 118 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ export class MoveToFolderCtrl {
private moveDashboard(dash) {
let deferred = this.$q.defer();
this.backendSrv.get('/api/dashboards/' + dash)
this.backendSrv.get('/api/dashboards/db/' + dash)
.then(fullDash => {
const model = new DashboardModel(fullDash.dashboard, fullDash.meta);